We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95c809 commit 38e32f7Copy full SHA for 38e32f7
.github/workflows/bench.yml
@@ -23,10 +23,10 @@ jobs:
23
run: pip install "numpy>=1.23,<2.0.0"
24
25
- name: Install bench dependencies
26
- run: pip install .[bench]
+ run: pip install .[codspeed]
27
28
- name: Run benchmarks
29
- uses: CodSpeedHQ/action@v2
+ uses: CodSpeedHQ/action@v3
30
with:
31
token: ${{ secrets.CODSPEED_TOKEN }}
32
run: pytest . --codspeed
0 commit comments