Skip to content

Commit

Permalink
Fix for ssl issue on macos when using virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsSassen committed Apr 23, 2020
1 parent 6b5b47a commit d4f6295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f6295

Please sign in to comment.