Skip to content

Commit f822260

Browse files
committed
fix benchmarks?
1 parent da6e6ef commit f822260

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
UV_FROZEN: true
14+
UV_PYTHON: 3.13
1415

1516
jobs:
1617
benchmarks:
@@ -26,7 +27,7 @@ jobs:
2627

2728
- name: install deps
2829
run: |
29-
uv sync --python 3.13 --group testing
30+
uv sync --group testing
3031
uv pip uninstall pytest-speed
3132
uv pip install pytest-benchmark==4.0.0 pytest-codspeed
3233
@@ -60,4 +61,6 @@ jobs:
6061
- name: Run CodSpeed benchmarks
6162
uses: CodSpeedHQ/action@v3
6263
with:
63-
run: uv run pytest tests/benchmarks/ --codspeed
64+
run: |
65+
ls -l .venv/lib
66+
uv run pytest tests/benchmarks/ --codspeed

0 commit comments

Comments
 (0)