mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
circleci config add checkout remove pip stuff
This commit is contained in:
parent
cba5ca9d4c
commit
7349ee8d75
1 changed files with 1 additions and 1 deletions
|
@ -13,9 +13,9 @@ jobs:
|
|||
setup:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
pip install -r requirements.txt
|
||||
npm --production=false ci
|
||||
npm --production=false update
|
||||
|
||||
|
|
Loading…
Reference in a new issue