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 9e63814 commit e13ccfcCopy full SHA for e13ccfc
.github/workflows/precommit.yml
@@ -57,13 +57,10 @@ jobs:
57
if: startsWith( matrix.cfg.os, 'macos-' )
58
run: |
59
brew --version
60
- brew unlink python3
61
- python3 --version
62
brew install python@${{ matrix.python-version }}
63
brew unlink python3
64
brew link --force python@${{ matrix.python-version }}
65
66
- alias python3=python${{ matrix.python-version }}
+ export PATH=/usr/local/bin:$PATH
67
python3 --version
68
brew install python-packaging
69
brew install numpy
0 commit comments