Add externally managed flag

This commit is contained in:
Zanie Blue 2024-03-30 09:18:32 -05:00
parent 83ed5d2619
commit 0198c91768
1 changed files with 1 additions and 1 deletions

View File

@ -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