We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82379ef commit 202de42Copy full SHA for 202de42
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/cache@v4
41
with:
42
path: ~/.cache/pip
43
- key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.django-version }}
+ key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.django-version }}-${{ hashFiles('pyproject.toml') }}
44
restore-keys: |
45
${{ runner.os }}-pip-
46
- run: pip install -e '.[dev]' "Django==${{ matrix.django-version }}.*"
0 commit comments