Skip to content

Commit

Permalink
Making checksum correction
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineMichel committed Jan 23, 2020
1 parent 45d0e3d commit cd8e83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ common: &common
- restore_cache:
keys:
- v2-deps-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
- v2-deps-
- run:
name: install dependencies
command: pip install --user tox
Expand Down

0 comments on commit cd8e83e

Please sign in to comment.