diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 18e6b33..00aa89e 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -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