This commit is contained in:
Artur Barseghyan 2020-01-12 00:24:16 +01:00
parent f65694458d
commit 5561a1cc07

View file

@ -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