mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -05:00
circleci remove update python
This commit is contained in:
parent
ba17ae952f
commit
d1d4ac696f
1 changed files with 0 additions and 11 deletions
|
@ -77,17 +77,6 @@ aliases:
|
||||||
- checkout
|
- checkout
|
||||||
- *restore_npm_cache
|
- *restore_npm_cache
|
||||||
- *restore_build_cache
|
- *restore_build_cache
|
||||||
- run:
|
|
||||||
name: "setup python"
|
|
||||||
command: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install software-properties-common
|
|
||||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install python3.8
|
|
||||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
|
||||||
python get-pip.py pip==21.0.1
|
|
||||||
pip install s3cmd==2.1.0
|
|
||||||
- run:
|
- run:
|
||||||
name: "deploy to staging"
|
name: "deploy to staging"
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in a new issue