From b1c580fc02c7f38364c54dbc9e3447753f62bf0f Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 15 Nov 2023 10:05:55 -0600 Subject: [PATCH] Add explicit pytest runner --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc6017a..9bed26c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,5 +55,5 @@ jobs: pip install -Ur './requirements/requirements.txt' - name: Run pytest run: | - cd tests && pytest ./test_*.py + cd tests && pytest test*