undo previous change in circleci config

This commit is contained in:
BryceLTaylor 2020-10-29 11:33:58 -04:00
parent f746c444d7
commit c9cb5faef8

View file

@ -13,13 +13,11 @@ 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: