Skip to content

Commit dd26e45

Browse files
committed
Add cache deps back
1 parent dbcab30 commit dd26e45

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/django-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
virtualenvs-create: true
3131
virtualenvs-in-project: true
3232

33+
- name: cache deps
34+
id: cache-deps
35+
uses: actions/cache@v2
36+
with:
37+
path: .venv
38+
key: pydeps-${{ hashFiles('**/poetry.lock') }}
39+
3340
- run: poetry install --no-root
3441
if: steps.cache-deps.outputs.cache-hit != 'true'
3542

0 commit comments

Comments
 (0)