Skip to content

Commit

Permalink
one more openssl try
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Oct 6, 2023
1 parent c506a1a commit 2f43af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ if [ -n "${PYUPGRADE_V:-}" ]; then
source ${VIRTUAL_ENV}/bin/activate
deactivate
# brew update Python
brew update && brew upgrade openssl && brew upgrade python # no "brew cleanup" here, not to delete libs needed by curl!
brew update
brew uninstall --force openssl
brew install openssl
brew upgrade python # no "brew cleanup" here, not to delete libs needed by curl!
# relink Python
brew unlink python@${PYTHON_V} && brew link --force --overwrite python@${PYTHON_V}
hash -r
Expand Down

0 comments on commit 2f43af4

Please sign in to comment.