Skip to content

Commit

Permalink
correct test path
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed Jun 12, 2024
1 parent 2793fd0 commit 959fcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run reader tests
run: |
python reader_tests.py
python tests/reader_tests.py
- name: Run hestdata tests
run: |
python hestdata_tests.py
python tests/hestdata_tests.py

0 comments on commit 959fcf4

Please sign in to comment.