Skip to content

Commit 81d01e1

Browse files
Force uv to use non-emulated Python on windows arm64 (#1567)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 68252f0 commit 81d01e1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,12 @@ jobs:
374374

375375
- name: Install Python
376376
run: |
377-
uv python install -f 3.13 3.14 3.14t
378-
uv python install -f --default 3.13
377+
uv python install -f \
378+
cpython-3.13-windows-aarch64-none \
379+
cpython-3.14-windows-aarch64-none \
380+
cpython-3.14t-windows-aarch64-none
381+
uv python install -f --default \
382+
cpython-3.13-windows-aarch64-none
379383
380384
- name: Install Dependencies
381385
run: |

0 commit comments

Comments
 (0)