This commit is contained in:
J. Borovec 2020-04-26 21:14:41 +02:00
parent f083995279
commit c13da418b5
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ jobs:
- uses: actions/cache@v1
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}-pip-
${{ runner.os }}-${{ matrix.python-version }}-pip-
- name: Install dependencies
run: |