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 3df7cb0 commit 3c90f10Copy full SHA for 3c90f10
.github/workflows/precommit.yml
@@ -60,12 +60,9 @@ jobs:
60
brew unlink python3
61
python3 --version
62
brew install python@${{ matrix.python-version }}
63
- brew rehash
64
- python3 --version
65
66
67
- brew unlink python@${{ matrix.python-version }} && brew link python@${{ matrix.python-version }}
68
- echo X
+ brew link --force python@${{ matrix.python-version }}
+ brew rehash
69
70
brew install python-packaging
71
brew install numpy
0 commit comments