Skip to content

Commit

Permalink
Fix save_cache for python dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Nov 8, 2019
1 parent f65bb85 commit 77cae26
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 @@ -85,7 +85,7 @@ jobs:
pip install dash[testing]
- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "tests/requirements.txt" }}
key: deps1-{{ .Branch }}-{{ checksum "package.json" }}-{{ checksum "ver.txt" }}
paths:
- venv

Expand Down

0 comments on commit 77cae26

Please sign in to comment.