Skip to content

Commit 38e32f7

Browse files
committed
codspeed
1 parent d95c809 commit 38e32f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: pip install "numpy>=1.23,<2.0.0"
2424

2525
- name: Install bench dependencies
26-
run: pip install .[bench]
26+
run: pip install .[codspeed]
2727

2828
- name: Run benchmarks
29-
uses: CodSpeedHQ/action@v2
29+
uses: CodSpeedHQ/action@v3
3030
with:
3131
token: ${{ secrets.CODSPEED_TOKEN }}
3232
run: pytest . --codspeed

0 commit comments

Comments
 (0)