mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci use python3 instead of python to get pip
This commit is contained in:
parent
2c19107746
commit
b615a038c1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ aliases:
|
||||||
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/2.7/get-pip.py -o get-pip.py
|
||||||
python 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:
|
||||||
name: "deploy to staging"
|
name: "deploy to staging"
|
||||||
|
|
Loading…
Reference in a new issue