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 ffdcf13 commit 2345cebCopy full SHA for 2345ceb
.github/workflows/precommit.yml
@@ -57,12 +57,10 @@ jobs:
57
if: startsWith( matrix.cfg.os, 'macos-' )
58
run: |
59
brew --version
60
+ brew unlink python3
61
brew install python@${{ matrix.python-version }}
- echo A
62
- python3 --version
63
- python3.10 --version
64
brew link --overwrite python@${{ matrix.python-version }}
65
- echo B
+ echo X
66
python3 --version
67
python3.10 --version
68
brew install python-packaging
0 commit comments