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,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: