Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgift authored Jan 8, 2020
1 parent 3fc92fb commit 5b880f0
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 @@ -32,7 +32,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
make install
- save_cache:
paths:
- ./venv
Expand Down

0 comments on commit 5b880f0

Please sign in to comment.