From 0198c91768b90362791631d5c344ed760b51e4be Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 30 Mar 2024 09:18:32 -0500 Subject: [PATCH] Add externally managed flag --- .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 dac89cf66..01c2b32a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -471,7 +471,7 @@ jobs: run: echo $(which python3.8) - 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: needs: build-binary-macos-x86_64