From 0cf5ecf8413c54d7607acdf67cc41f8285f291ed Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 16 Jul 2025 09:04:58 -0500 Subject: [PATCH] Request arm64 Python in aarch64-windows smoke test (#14655) The Python interpreter selected by `py` recently changed to x64 instead of arm64. Closes https://github.com/astral-sh/uv/pull/14652 See https://github.com/astral-sh/uv/pull/14652 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ccc9ea4e..bb357f4a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: