diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 8307aa4..4a59a5d 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -91,4 +91,6 @@ jobs: pip install *.whl - name: Tests - run: pytest --color=yes + run: | + cd tests + pytest --color=yes