Skip to content

Commit 70474b9

Browse files
committed
CI: allow pip to install packages system-wide on Homebrew
1 parent 6c650ee commit 70474b9

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 set global.break-system-packages true
284285
285286
- name: Check Python version
286287
run: python --version | grep ${{ matrix.python }}

0 commit comments

Comments
 (0)