Skip to content

Commit 34b7d29

Browse files
authored
fix codespeed python version (#3000)
1 parent f3ef9c6 commit 34b7d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# https://github.com/astral-sh/uv/issues/11006
2323
- uses: actions/setup-python@v6
2424
with:
25-
python-version: "3.14"
25+
python-version: "3.14.2"
2626
- name: Install the latest version of uv
2727
uses: astral-sh/setup-uv@v5
2828
- name: Install dependencies

0 commit comments

Comments
 (0)