Skip to content

Commit dbcab30

Browse files
committed
Remove cache deps
1 parent 18ef4bd commit dbcab30

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/django-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ 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-
4033
- run: poetry install --no-root
4134
if: steps.cache-deps.outputs.cache-hit != 'true'
4235

@@ -46,4 +39,4 @@ jobs:
4639
- name: Run tests
4740
run: poetry run python manage.py test
4841
env:
49-
DEBUG: True
42+
DEBUG: True

0 commit comments

Comments
 (0)