Skip to content
Snippets Groups Projects
Commit ded1c7f7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Try the other URL

parent 632d2cdc
No related branches found
No related tags found
1 merge request!192Try the other URL
......@@ -74,7 +74,8 @@ jobs:
# The CircleCI macOS environment has curl and Python but does not
# have pip. So, for starters, use curl and Python to get pip.
if [ "<< parameters.py-version >>" == "2.7" ]; then
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
else
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment