Commit d1d4ac69 authored by BryceLTaylor's avatar BryceLTaylor

circleci remove update python

parent ba17ae95
...@@ -77,17 +77,6 @@ aliases: ...@@ -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: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment