Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
2 additions and
1 deletions
-
.github/workflows/django.yml
|
|
@ -51,7 +51,8 @@ jobs: |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- uses: actions/cache@v2 |
|
|
|
- name: Restore pip Cache |
|
|
|
uses: actions/cache@v2 |
|
|
|
with: |
|
|
|
path: ~/.cache/pip |
|
|
|
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|
|