mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci use version 3.5 of get-pip.py, not 2.7
This commit is contained in:
parent
b615a038c1
commit
e6abb412fb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue