From c242991fc290d963dbed33c8ac84b328b4bad71f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 30 May 2019 16:25:04 -0700 Subject: brew update (#4904) --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0257d4d6..dcb5050b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,9 @@ jobs: versionSpec: '$(python.version)' architecture: 'x64' + - script: brew update + displayName: 'brew update' + - script: brew install openssl@1.1 displayName: 'Install OpenSSL' -- cgit v1.2.3