mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
circleci try newer not newest version of get-pip.py
This commit is contained in:
parent
71a7e9624c
commit
3046a3f87f
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/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
|
||||
|
|
Loading…
Reference in a new issue