From c9cb5faef8b63c301b60684abe2c64f7c3120b59 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 29 Oct 2020 11:33:58 -0400 Subject: [PATCH] undo previous change in circleci config --- .circleci/config.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb692613d..a1a75bbc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,13 +13,11 @@ jobs: setup: <<: *defaults steps: - - run: - command: | - echo "Setup step is happening here" - pip install -r requirements.txt - npm --production=false ci - npm --production=false update - + - run: | + echo "Setup step is happening here" + pip install -r requirements.txt + npm --production=false ci + npm --production=false update workflows: build-test-deploy: