circleci use python3 for get-pip.py

This commit is contained in:
BryceLTaylor 2021-01-25 14:58:36 -05:00
parent 83edbca789
commit 0f9a7b7ad1

View file

@ -65,7 +65,7 @@ aliases:
name: "deploy to staging"
command: |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
python3 get-pip.py
pip install -r requirements.txt
npm run deploy
- &integration_jest