diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 719efd3..7491d5d 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -40,4 +40,4 @@ jobs: run: | conda install pytest h5py pip install --no-deps . - pytest -k "not orientation" tests + pytest -m "not orientation" tests