Commit b76ea570 authored by BryceLTaylor's avatar BryceLTaylor

add install steps to circleci.config

parent 133256b3
...@@ -13,7 +13,11 @@ jobs: ...@@ -13,7 +13,11 @@ jobs:
setup: setup:
<<: *defaults <<: *defaults
steps: 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: workflows:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment