mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-15 16:13:11 +00:00
Fix
This commit is contained in:
parent
f65694458d
commit
5561a1cc07
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue