Skip to content

Commit 0948417

Browse files
Fix CodSpeed resolution
1 parent 8f61f9c commit 0948417

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@ jobs:
5656
runner: [ codspeed-macro, ubuntu-latest ]
5757
steps:
5858
- uses: actions/checkout@v4
59+
- name: Set up Python
60+
uses: actions/setup-python@v5
61+
with:
62+
python-version-file: "pyproject.toml"
5963
- uses: astral-sh/setup-uv@v6
6064
with:
6165
enable-cache: true
6266
- uses: dtolnay/[email protected]
6367
- uses: Swatinem/rust-cache@v2
6468
- run: uv sync --extra test --locked
65-
- uses: CodSpeedHQ/action@v3
69+
- uses: CodSpeedHQ/action@v3.6.1
6670
with:
6771
token: ${{ secrets.CODSPEED_TOKEN }}
6872
# allow updating snapshots due to indeterministic benchmarks

0 commit comments

Comments
 (0)