diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae79816..dc6017a 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_*.py