add install steps to circleci.config

This commit is contained in:
BryceLTaylor 2020-10-29 11:17:13 -04:00
parent 133256b3ac
commit b76ea5701a

View file

@ -13,7 +13,11 @@ jobs:
setup:
<<: *defaults
steps:
- run: echo "Setup step is happening here"
- run: |
echo "Setup step is happening here"
sudo -H pip install -r requirements.txt
npm --production=false ci
npm --production=false update
workflows: