CI: fix macos job trying to upgrade brew managed pip with pip managed pip

This commit is contained in:
Dylan Baker
2026-04-27 09:48:30 -07:00
committed by Paolo Bonzini
parent 87168b0d63
commit a5129b150e

View File

@@ -43,8 +43,8 @@ jobs:
# productive -- only victim blaming -- however it bites particularly badly because this is a container/VM
# See commit 5c479d7a13a518c18ccb4dc3b6bdd7bfc2a9bdb5 for a more thorough analysis.
find /opt/homebrew/Cellar/python* -name EXTERNALLY-MANAGED -print0 | xargs -0 rm -vf
- run: |
python3 -m pip install --upgrade pip
- name: Install Python dependencies
run: |
python3 -m pip install pytest pytest-xdist pytest-subtests fastjsonschema
- run: brew install pkg-config ninja llvm qt@5
- env: