Skip to content

Commit

Permalink
Fix hash command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 31, 2023
1 parent dee8ffe commit d9b53b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
1 change: 0 additions & 1 deletion pip-requirements-py2.txt

This file was deleted.

0 comments on commit d9b53b4

Please sign in to comment.