mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-31 15:21:34 -04:00
add install pyenv to enable pip command in circleci config
This commit is contained in:
parent
c78d4f8b42
commit
dd9b878b4e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ jobs:
|
|||
steps:
|
||||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
brew install pyenv
|
||||
pip install -r requirements.txt
|
||||
npm --production=false ci
|
||||
npm --production=false update
|
||||
|
|
Loading…
Add table
Reference in a new issue