Commit f746c444 authored by BryceLTaylor's avatar BryceLTaylor

fix commands for setup in circleci config

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