Skip to content

Commit 6cd31c5

Browse files
committed
See if docs build will import the installed module not the local.
1 parent cc8c612 commit 6cd31c5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
conda info
3232
python -m pip install --no-deps --no-build-isolation .
3333
conda list
34-
python -c "import pygait2d.segment"
35-
python -c "import pygait2d;print(pygait2d.__file__)"
36-
python -c "import algait2de;print(algait2de.__file__)"
37-
python -c "import algait2de.gait2de"
3834
- name: run tests
3935
shell: bash -l {0}
4036
run: |

0 commit comments

Comments
 (0)