Skip to content

Commit b63d43a

Browse files
committed
fix windows ci issue for now
1 parent 492fbd0 commit b63d43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
121121
with:
122122
enable-cache: true
123-
python-version: "3.14"
123+
python-version: "3.13"
124124
- name: Install dependencies
125125
if: steps.changes.outputs.run == 'true'
126126
run: uv sync --all-extras --all-packages --group dev

0 commit comments

Comments
 (0)