We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ef4bd commit dbcab30Copy full SHA for dbcab30
1 file changed
.github/workflows/django-test.yml
@@ -30,13 +30,6 @@ jobs:
30
virtualenvs-create: true
31
virtualenvs-in-project: true
32
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
-
40
- run: poetry install --no-root
41
if: steps.cache-deps.outputs.cache-hit != 'true'
42
@@ -46,4 +39,4 @@ jobs:
46
- name: Run tests
47
run: poetry run python manage.py test
48
env:
49
- DEBUG: True
+ DEBUG: True
0 commit comments