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 e13ccfc commit 7e508a8Copy full SHA for 7e508a8
.github/workflows/precommit.yml
@@ -57,7 +57,8 @@ jobs:
57
if: startsWith( matrix.cfg.os, 'macos-' )
58
run: |
59
brew --version
60
- brew install python@${{ matrix.python-version }}
+ brew install --overwrite python@${{ matrix.python-version }}
61
+ python3 --version
62
brew unlink python3
63
brew link --force python@${{ matrix.python-version }}
64
export PATH=/usr/local/bin:$PATH
0 commit comments