circleCI config install pip

This commit is contained in:
BryceLTaylor 2020-10-30 17:19:48 -04:00
parent ff74a82544
commit 26de139975

View file

@ -27,6 +27,9 @@ jobs:
- run: |
echo "Setup step is happening here"
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:
<<: *defaults
steps: