From 81b7fc65460247c4212efd9484779d8b3e516c26 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 2 Apr 2020 14:38:13 -0500 Subject: need to upgrade, not install, to update openssl in homebrew (#5174) --- .azure-pipelines/wheel-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.azure-pipelines') 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 -- cgit v1.2.3