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 6c650ee commit 70474b9Copy full SHA for 70474b9
.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 set global.break-system-packages true
285
286
- name: Check Python version
287
run: python --version | grep ${{ matrix.python }}
0 commit comments