circleci re-add python setup step, include install pip

This commit is contained in:
BryceLTaylor 2021-02-10 10:48:29 -05:00
parent 52eff51b40
commit 2c19107746

View file

@ -77,10 +77,15 @@ aliases:
- checkout
- *restore_npm_cache
- *restore_build_cache
- run:
name: "setup python"
command: |
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: |
pip install s3cmd==2.1.0
npm run deploy
- &integration_jest
<<: *defaults