Skip to content

Commit

Permalink
maybe pytest doesn't like python 3.9??
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lo committed Oct 18, 2024
1 parent cabee68 commit 7a00ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ruff check --output-format=github network_wrangler
- name: Run tests with coverage and benchmarking
run: |
pytest .
pytest tests/
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down

0 comments on commit 7a00ce5

Please sign in to comment.