From b76ea5701ab3eac41e40a28917142ed3e38914a7 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 29 Oct 2020 11:17:13 -0400 Subject: [PATCH] add install steps to circleci.config --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5355df9b..a1557f397 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,11 @@ jobs: setup: <<: *defaults steps: - - run: echo "Setup step is happening here" + - run: | + echo "Setup step is happening here" + sudo -H pip install -r requirements.txt + npm --production=false ci + npm --production=false update workflows: