Skip to content

Commit

Permalink
Improve install robustness for CI tests. As dones for spec2nii
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 31, 2024
1 parent 907e99a commit d663ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
shell: bash -l {0}
run: |
conda install pytest
pip install .
pytest -k "not orientation" tests
pip install --no-deps .
pytest -m "not orientation" tests

0 comments on commit d663ab3

Please sign in to comment.