Skip to content

Commit

Permalink
ignore bench warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 24, 2024
1 parent 4b7ad09 commit b4ca397
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 @@ -97,7 +97,7 @@ jobs:
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
run: pytest --codspeed -v --color=yes
run: pytest -W ignore --codspeed -v --color=yes

deploy:
needs: test
Expand Down

0 comments on commit b4ca397

Please sign in to comment.