Skip to content

Commit

Permalink
yml now has correct path to the test_dirgraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 13, 2024
1 parent f548a96 commit 96314f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dirgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Run tests
run: |
cd tests
pytest -v --durations=0 tests/test_dirgraph.py
pytest tests/test_dirgraph.py

0 comments on commit 96314f2

Please sign in to comment.