remove brew commands from circleci config

This commit is contained in:
BryceLTaylor 2020-10-29 14:09:59 -04:00
parent dd9b878b4e
commit cba5ca9d4c

View file

@ -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