Skip to content

Commit

Permalink
fix: skip benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 31, 2023
1 parent 449f1be commit ab20c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest -vv
pytest -m "not benchmark" -vv

0 comments on commit ab20c1e

Please sign in to comment.