Commit dd9b878b authored by BryceLTaylor's avatar BryceLTaylor

add install pyenv to enable pip command in circleci config

parent c78d4f8b
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
steps: steps:
- run: | - run: |
echo "Setup step is happening here" echo "Setup step is happening here"
brew install pyenv
pip install -r requirements.txt pip install -r requirements.txt
npm --production=false ci npm --production=false ci
npm --production=false update npm --production=false update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment