aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-04-02 14:38:13 -0500
committerGitHub <noreply@github.com>2020-04-02 15:38:13 -0400
commit81b7fc65460247c4212efd9484779d8b3e516c26 (patch)
treea24ceb4d23d46f1de73484308046b90365620664
parent0e8941a079cbf5587441adacec671c2f1f23995c (diff)
downloadcryptography-81b7fc65460247c4212efd9484779d8b3e516c26.tar.gz
cryptography-81b7fc65460247c4212efd9484779d8b3e516c26.tar.bz2
cryptography-81b7fc65460247c4212efd9484779d8b3e516c26.zip
need to upgrade, not install, to update openssl in homebrew (#5174)
-rw-r--r--.azure-pipelines/wheel-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index 6fcb3bc1..f7683d45 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -29,7 +29,7 @@ jobs:
- script: brew update
displayName: Update brew
- - script: brew install openssl@1.1
+ - script: brew upgrade openssl@1.1
displayName: Install OpenSSL with brew
- script: $PYTHON_BIN_PATH -m pip install -U virtualenv