Use pip3 instead of 'pip' when unit testing

Base system pip in ubuntu does not respond to 'pip3'
This commit is contained in:
yuvipanda
2018-07-20 11:47:04 -07:00
parent b8b2dcf766
commit 40c7cc84b8

View File

@@ -25,8 +25,8 @@ jobs:
- run:
name: install dependencies
command: |
pip install -r dev-requirements.txt
pip install -e .
pip3 install -r dev-requirements.txt
pip3 install -e .
- save_cache:
paths: