add install pyenv to enable pip command in circleci config

This commit is contained in:
BryceLTaylor 2020-10-29 11:49:09 -04:00
parent c78d4f8b42
commit dd9b878b4e

View file

@ -15,6 +15,7 @@ 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