diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-04 01:27:40 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-04 01:27:40 +0000 |
| commit | 7b42fd49d2e264d8cdb95e835d6f5751b14600be (patch) | |
| tree | 7e49a93094851995e4a220eb088c18257df0274f | |
| parent | fae2977de1d69bb24afb54863ea4ca0f07e570f1 (diff) | |
| download | cryptography-azure-macos-wheel.tar.gz | |
Use curl correctlyazure-macos-wheel
| -rw-r--r-- | .azure-pipelines/macos-wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/macos-wheels.yml b/.azure-pipelines/macos-wheels.yml index bf7d2559f..7770757d5 100644 --- a/.azure-pipelines/macos-wheels.yml +++ b/.azure-pipelines/macos-wheels.yml @@ -20,7 +20,7 @@ jobs: set -e set -x - curl -O "$PYTHON_DOWNLOAD_URL" -o python.pkg + curl "$PYTHON_DOWNLOAD_URL" -o python.pkg sudo installer -pkg python.pkg -target / displayName: Download and install Python |
