Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ jobs:
name: uv-windows-aarch64-${{ github.sha }}

- name: "Validate global Python install"
run: py -3.13 ./scripts/check_system_python.py --uv ./uv.exe
run: py -3.13-arm64 ./scripts/check_system_python.py --uv ./uv.exe

# Test our PEP 514 integration that installs Python into the Windows registry.
system-test-windows-registry:
Expand Down
Loading