diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index bb23bdf..ab660bc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,5 +28,5 @@ jobs: python -m pip install --upgrade pip pip install -e .[test] - name: Test with pytest - working-directory: tests + working-directory: ../tests run: pytest