From ff8e16976cbc3e28b2358c171e7c177b0c34fa46 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 15 Mar 2020 12:49:28 +0000 Subject: [PATCH] Reinstall openssl, then install Python --- travis/macos-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/travis/macos-install.sh b/travis/macos-install.sh index f1a88d0..ec8b626 100755 --- a/travis/macos-install.sh +++ b/travis/macos-install.sh @@ -4,12 +4,12 @@ set -ex export HOMEBREW_NO_INSTALL_CLEANUP=1 -# Python 3.7.4 with 10.12 bottle -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb - # Reinstall openssl to fix Python pip install issues brew reinstall openssl@1.1 +# Python 3.7.4 with 10.12 bottle +brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb + which python3 python3 --version which pip3