mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-30 19:57:45 +00:00
CI: fix macos job trying to upgrade brew managed pip with pip managed pip
This commit is contained in:
committed by
Paolo Bonzini
parent
87168b0d63
commit
a5129b150e
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user