diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml index 6fcb3bc1e5fc..f7683d458f56 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