Allow explicitly requesting an system interpreter version in check_system_python (#7306)

Needed for #7300
This commit is contained in:
Zanie Blue
2024-09-11 14:41:42 -05:00
committed by GitHub
parent bb0fb8e9bf
commit ebd73d83f8
2 changed files with 12 additions and 3 deletions

View File

@@ -1326,7 +1326,7 @@ jobs:
run: echo $(which python)
- name: "Validate global Python install"
run: py -3.13 ./scripts/check_system_python.py --uv ./uv.exe
run: py -3.13 ./scripts/check_system_python.py --uv ./uv.exe --python 3.13
system-test-choco:
timeout-minutes: 10