Commit 71a7e962 authored by BryceLTaylor's avatar BryceLTaylor

circleci download 2.7 version of get-pip.py

parent 6bacbc3f
...@@ -64,8 +64,8 @@ aliases: ...@@ -64,8 +64,8 @@ aliases:
- run: - run:
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/2.7/get-pip.py -o get-pip.py
python3 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
......
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