Skip to content

Commit fd5dee4

Browse files
committed
Fix python version in github workflow
1 parent b3e0330 commit fd5dee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v5.4.0
3333
with:
34-
python-version: ${{matrix.python-version}}
34+
python-version: 3.11
3535

3636
- name: Install dependencies
3737
run: |

0 commit comments

Comments
 (0)