mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -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:
|
- run:
|
||||||
name: "setup python"
|
name: "setup python"
|
||||||
command: |
|
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
|
python3 get-pip.py pip==21.0.1
|
||||||
pip install s3cmd==2.1.0
|
pip install s3cmd==2.1.0
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue