Skip to content

Commit

Permalink
We do not need to hash requirements/dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 28, 2021
1 parent f13cb65 commit 2281b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
path: |
~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.plone-version }}-${{ hashFiles('requirements/dev.txt') }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.plone-version }}
restore-keys: |
${{ runner.os }}-pip-${{ matrix.python-version }}-
Expand Down

0 comments on commit 2281b9c

Please sign in to comment.