We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f1be commit ab20c1eCopy full SHA for ab20c1e
.github/workflows/ci.yml
@@ -35,4 +35,4 @@ jobs:
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36
- name: Test with pytest
37
run: |
38
- pytest -vv
+ pytest -m "not benchmark" -vv
0 commit comments