Browse Source

Add name for the cache step

pull/453/head
Pēteris Caune 4 years ago
parent
commit
eb0c171c22
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/django.yml

+ 2
- 1
.github/workflows/django.yml View File

@ -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') }}


Loading…
Cancel
Save