Fix hash command in workflow
This commit is contained in:
parent
dee8ffed97
commit
d9b53b4aee
|
@ -80,11 +80,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/pip
|
~/.cache/pip
|
||||||
.
|
|
||||||
/usr/lib/python*/site-packages
|
/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: |
|
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
|
- name: Patch to test pyproj
|
||||||
if: ${{ matrix.ckan-version == '2.9' }}
|
if: ${{ matrix.ckan-version == '2.9' }}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
requirements-py2.txt
|
|
Loading…
Reference in New Issue