Commit c9cb5fae authored by BryceLTaylor's avatar BryceLTaylor

undo previous change in circleci config

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