Commit e6abb412 authored by BryceLTaylor's avatar BryceLTaylor

circleci use version 3.5 of get-pip.py, not 2.7

parent b615a038
......@@ -80,7 +80,7 @@ aliases:
- run:
name: "setup python"
command: |
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/3.5/get-pip.py -o get-pip.py
python3 get-pip.py pip==21.0.1
pip install s3cmd==2.1.0
- run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment