We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31a7c8 commit abdbe0cCopy full SHA for abdbe0c
.github/workflows/tests.yml
@@ -281,6 +281,7 @@ jobs:
281
run: |
282
brew install --overwrite python@${{ matrix.python }}
283
echo /opt/homebrew/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
284
+ python@${{ matrix.python }} -m pip config break-system-packages true
285
286
- name: Install Ninja
287
run: brew install ninja
0 commit comments