Trying to fix circleci build

This commit is contained in:
Mitsuo Takaki
2019-02-03 23:12:41 -08:00
parent 54cfda3177
commit 8fc0f7c77f

View File

@@ -25,8 +25,6 @@ jobs:
- run: - run:
name: install dependencies name: install dependencies
command: | command: |
python -m venv venv
. venv/bin/activate
pip install -r dev_requirements.txt pip install -r dev_requirements.txt
pip install -e . pip install -e .