From a449f905bf85ef3b4df8ff5ad8b24c335ace7e38 Mon Sep 17 00:00:00 2001 From: wtclarke Date: Thu, 31 Oct 2024 13:49:29 +0000 Subject: [PATCH] Fix mistake in pytest call for orientation marker. --- .github/workflows/push_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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