Commit 26de1399 authored by BryceLTaylor's avatar BryceLTaylor

circleCI config install pip

parent ff74a825
...@@ -27,6 +27,9 @@ jobs: ...@@ -27,6 +27,9 @@ jobs:
- run: | - run: |
echo "Setup step is happening here" echo "Setup step is happening here"
npm --production=false ci npm --production=false ci
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -r requirements.txt
integration: integration:
<<: *defaults <<: *defaults
steps: steps:
......
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