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 3c90f10 commit 9e63814Copy full SHA for 9e63814
.github/workflows/precommit.yml
@@ -62,7 +62,8 @@ jobs:
62
brew install python@${{ matrix.python-version }}
63
brew unlink python3
64
brew link --force python@${{ matrix.python-version }}
65
- brew rehash
+ python3 --version
66
+ alias python3=python${{ matrix.python-version }}
67
python3 --version
68
brew install python-packaging
69
brew install numpy
0 commit comments