mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
circleci update to latest pip for deploy job
This commit is contained in:
parent
8ec66ec393
commit
fd5e919b82
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ aliases:
|
||||||
name: "deploy to staging"
|
name: "deploy to staging"
|
||||||
command: |
|
command: |
|
||||||
curl https://bootstrap.pypa.io/2.7/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
|
python get-pip.py pip==21.0.1
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
npm run deploy
|
npm run deploy
|
||||||
- &integration_jest
|
- &integration_jest
|
||||||
|
|
Loading…
Reference in a new issue