mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Allow explicitly requesting an system interpreter version in check_system_python (#7306)
Needed for #7300
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user