Skip to content

Commit

Permalink
Uninstall pytest-benchmark before running
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 5, 2022
1 parent 2f9fffe commit 3fa1bf2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- uses: CodSpeedHQ/action-@v1
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/ --benchmark
run: pytest tests/ # the action will make sure to run only the benchmarks
```
Loading

0 comments on commit 3fa1bf2

Please sign in to comment.