summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/macos-wheels.yml2
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