circleci remove update python

This commit is contained in:
BryceLTaylor 2021-02-10 10:25:43 -05:00
parent ba17ae952f
commit d1d4ac696f

View file

@ -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: |