From d4f6295160bfb4cc39b0c04ff814a4819acb047b Mon Sep 17 00:00:00 2001 From: Thijs Sassen Date: Thu, 23 Apr 2020 14:02:30 +0200 Subject: [PATCH] Fix for ssl issue on macos when using virtualenv --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8e2ea1a..dfba1dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -190,8 +190,10 @@ jobs: failOnStderr: false - script: | sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off - pip install --upgrade pip brew update + brew uninstall --ignore-dependencies openssl + brew install openssl + pip install --upgrade pip brew outdated pyenv || brew upgrade pyenv brew install pyenv-virtualenv if which pyenv > /dev/null; then