circleci try newer not newest version of get-pip.py

This commit is contained in:
BryceLTaylor 2021-01-25 17:02:57 -05:00
parent 71a7e9624c
commit 3046a3f87f

View file

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