mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
circleCI config install pip
This commit is contained in:
parent
ff74a82544
commit
26de139975
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ jobs:
|
|||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
npm --production=false ci
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
python get-pip.py
|
||||
pip install -r requirements.txt
|
||||
integration:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue