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: