Commit c9cb5fae authored by BryceLTaylor's avatar BryceLTaylor

undo previous change in circleci config

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