Don't need to glob for requirements file, there is only one

This commit is contained in:
Roland Geider
2020-10-29 13:40:23 +01:00
parent dfdc38a1a8
commit cb4a64bcf4

View File

@@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-