Skip to content

Commit e93e8bb

Browse files
authored
Update build-test-gc.yml
1 parent 0b7ac59 commit e93e8bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test-gc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
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__)"
4146
- name: Test with pytest
4247
run: pytest tests/graphcut_/*

0 commit comments

Comments
 (0)