Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch authored Feb 6, 2024
1 parent 4e17b83 commit 43ed12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 43ed12e

Please sign in to comment.