mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
circleci try python3 again
This commit is contained in:
parent
fa01714280
commit
6bacbc3fb1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ aliases:
|
|||
name: "deploy to staging"
|
||||
command: |
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
python get-pip.py pip==20.3.4
|
||||
python3 get-pip.py pip==20.3.4
|
||||
pip install -r requirements.txt
|
||||
npm run deploy
|
||||
- &integration_jest
|
||||
|
|
Loading…
Reference in a new issue