Fix hash command in workflow

This commit is contained in:
amercader 2023-10-31 15:57:33 +01:00
parent dee8ffed97
commit d9b53b4aee
2 changed files with 2 additions and 4 deletions

View File

@ -80,11 +80,10 @@ jobs:
with:
path: |
~/.cache/pip
.
/usr/lib/python*/site-packages
key: ${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('*requirements*.txt') }}
key: ${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('*requirements*.txt') }}
${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('requirements.txt') }}
- name: Patch to test pyproj
if: ${{ matrix.ckan-version == '2.9' }}

View File

@ -1 +0,0 @@
requirements-py2.txt