We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d07f64 + e86d77f commit 41f6808Copy full SHA for 41f6808
action.yml
@@ -78,7 +78,7 @@ runs:
78
if: inputs.install-python == 'true' && runner.os == 'macOS' && inputs.homebrew-python == 'true'
79
run: |
80
brew update
81
- brew upgrade
+ brew upgrade --overwrite
82
brew uninstall --force --ignore-dependencies 'python@${{ inputs.python-version }}' || true
83
brew install --overwrite 'python@${{ inputs.python-version }}'
84
echo "/usr/local/opt/python@${{ inputs.python-version }}/Frameworks/Python.framework/Versions/${{ inputs.python-version }}/bin" >> $GITHUB_PATH
0 commit comments