This commit is contained in:
J. Borovec
2020-04-27 00:07:35 +02:00
parent a7ccd55372
commit e8de5282f0
-2
View File
@@ -72,8 +72,6 @@ jobs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
- name: Install dependencies
run: |