diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea83056..03f93f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,7 @@ jobs: python -m pip install --upgrade pip pip install pytest pip install . + cd tests - name: Test with pytest run: | - cd tests pytest unit_tests.py \ No newline at end of file