From cba5ca9d4c715f48209b737fba9dc38063850801 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 29 Oct 2020 14:09:59 -0400 Subject: [PATCH] remove brew commands from circleci config --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b5a02dd0..8392e13fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,6 @@ jobs: steps: - run: | echo "Setup step is happening here" - brew install pyenv pip install -r requirements.txt npm --production=false ci npm --production=false update