Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jan 11, 2020
1 parent f656944 commit 5561a1c
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 @@ -39,7 +39,7 @@ jobs:
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}
key: v1-dependencies-{{ checksum "examples/requirements/django_3_0.txt" }}

# run tests!
# this example uses Django's built-in test-runner
Expand Down

0 comments on commit 5561a1c

Please sign in to comment.