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 d32559a commit 1aab6a7Copy full SHA for 1aab6a7
.github/workflows/python-package.yml
@@ -113,6 +113,7 @@ jobs:
113
brew search $packageName@
114
115
# Run brew install@version as usual
116
+ brew uninstall --ignore-dependencies $packageName
117
brew install local/$packageName/$packageName@$packageVersion
118
ln -s -f $(which python3) /usr/local/bin/python
119
ln -s -f $(which pip3) /usr/local/bin/pip
0 commit comments