Skip to content

Commit

Permalink
Fix mistake in pytest call for orientation marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 31, 2024
1 parent dec149e commit a449f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
conda install pytest h5py
pip install --no-deps .
pytest -k "not orientation" tests
pytest -m "not orientation" tests

0 comments on commit a449f90

Please sign in to comment.