mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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
|
||||
- *restore_npm_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:
|
||||
name: "deploy to staging"
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue