Skip to content

Commit

Permalink
Update build-test-gc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loli authored Jan 27, 2024
1 parent aab87e9 commit cc4cab9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-test-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Check
run: |
ls -al /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/medpy/graphcut/
ls -al
echo "$PWD"
cd tests && python -c "import medpy; print(medpy.__file__)"
- name: Test with pytest (graphcut test only)
run: pytest tests/graphcut_/*
run: cd tests && pytest graphcut_/*

0 comments on commit cc4cab9

Please sign in to comment.