Commit f746c444 authored by BryceLTaylor's avatar BryceLTaylor

fix commands for setup in circleci config

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