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 399d67d commit 4e17b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
run: |
pytest
working-directory: tests
run: pytest

0 comments on commit 4e17b83

Please sign in to comment.