Commit 60eea8b9 authored by BryceLTaylor's avatar BryceLTaylor

circleci config go back to using get-pip version 2.7

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