We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7ac59 commit e93e8bbCopy full SHA for e93e8bb
.github/workflows/build-test-gc.yml
@@ -38,5 +38,10 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
python -m pip install -v .[test]
41
+ - name: Check install
42
+ run: |
43
+ python -c "import medpy; print(medpy.__file__)"
44
+ python -c "import medpy.graphcut; print(medpy.graphcut.__file__)"
45
+ python -c "import medpy.graphcut; print(medpy.graphcut.maxflow.__file__)"
46
- name: Test with pytest
47
run: pytest tests/graphcut_/*
0 commit comments