From 75a02b8cd4245dcf5228f09775026cd291aed184 Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 15 Nov 2023 10:08:00 -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 9bed26c..b391380 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* + cd tests && pytest .