Skip to content

Commit

Permalink
updated the CircleCI config file to install the package
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Jan 30, 2020
1 parent 6436db3 commit 5849ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
# pip install -e .
pip install -e .
pip install tox
- save_cache:
Expand Down

0 comments on commit 5849ef8

Please sign in to comment.