Trying to fix circleci build

This commit is contained in:
Mitsuo Takaki
2019-02-03 23:19:20 -08:00
parent 8fc0f7c77f
commit 36f4ef6cee
+3 -2
View File
@@ -25,8 +25,9 @@ jobs:
- run: - run:
name: install dependencies name: install dependencies
command: | command: |
pip install -r dev_requirements.txt sudo pip install pipenv
pip install -e . pipenv install
pipenv install -r dev_requirements.txt
- save_cache: - save_cache:
paths: paths: