We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030fcaf commit b39b62fCopy full SHA for b39b62f
.github/workflows/bench.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pip install .[bench]
27
28
- name: Run benchmarks
29
- uses: CodSpeedHQ/action@v1
+ uses: CodSpeedHQ/action@v2
30
with:
31
token: ${{ secrets.CODSPEED_TOKEN }}
32
run: pytest . --codspeed
0 commit comments