From 53152152e989b89b635c2c750700b6beb2d9dbd4 Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 15 Nov 2023 09:53:12 -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 c300d9d..47bba8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -Ur 'requirements/*.txt' + pip install -Ur './requirements/requirements.txt' - name: Run pytest run: | cd tests && pytest test_*.py