Update cibuildwheel/macos.py

Co-Authored-By: Matthieu Darbois <mayeut@users.noreply.github.com>
This commit is contained in:
Grzegorz Bokota
2019-12-17 22:40:00 +01:00
committed by GitHub
co-authored by Matthieu Darbois
parent dd9b665c1d
commit ebcda4d049
+1 -1
View File
@@ -52,7 +52,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
# get latest pip once and for all
call(['curl', '-L', '-o', '--retry', '3', '--retry-delay', '3', get_pip_script, get_pip_url])
call(['curl', '-L', '--retry', '3', '--retry-delay', '3', '-o', get_pip_script, get_pip_url])
for config in python_configurations:
# if this version of python isn't installed, get it from python.org and install