circleci fix syntax for selecting pip version

This commit is contained in:
BryceLTaylor 2021-01-25 16:30:00 -05:00
parent eb1730fb06
commit fa01714280

View file

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