mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
circleci config go back to using get-pip version 2.7
This commit is contained in:
parent
3046a3f87f
commit
60eea8b982
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue