mirror of https://github.com/astral-sh/uv
Add externally managed flag
This commit is contained in:
parent
83ed5d2619
commit
0198c91768
|
|
@ -471,7 +471,7 @@ jobs:
|
||||||
run: echo $(which python3.8)
|
run: echo $(which python3.8)
|
||||||
|
|
||||||
- name: "Validate global Python install"
|
- name: "Validate global Python install"
|
||||||
run: python3.8 scripts/check_system_python.py --uv ./uv
|
run: python3.8 scripts/check_system_python.py --uv ./uv --externally-managed
|
||||||
|
|
||||||
system-test-macos-x86_64:
|
system-test-macos-x86_64:
|
||||||
needs: build-binary-macos-x86_64
|
needs: build-binary-macos-x86_64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue