Skip to content

Commit ab20c1e

Browse files
committed
fix: skip benchmarks
1 parent 449f1be commit ab20c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3636
- name: Test with pytest
3737
run: |
38-
pytest -vv
38+
pytest -m "not benchmark" -vv

0 commit comments

Comments
 (0)