Skip to content

Commit 9dde9b8

Browse files
committed
fix codspeed
1 parent 7c83ed2 commit 9dde9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: install deps
2828
run: |
2929
uv sync --python 3.13 --group testing
30-
uv pip uninstall pytest-speed -y
30+
uv pip uninstall pytest-speed
3131
uv pip install pytest-benchmark==4.0.0 pytest-codspeed
3232
3333
- name: install rust stable

0 commit comments

Comments
 (0)