Skip to content

Commit abdbe0c

Browse files
committed
CI: allow pip to install packages system-wide on Homebrew
1 parent f31a7c8 commit abdbe0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
run: |
282282
brew install --overwrite python@${{ matrix.python }}
283283
echo /opt/homebrew/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
284+
python@${{ matrix.python }} -m pip config break-system-packages true
284285
285286
- name: Install Ninja
286287
run: brew install ninja

0 commit comments

Comments
 (0)