We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65c729 commit 4a2f873Copy full SHA for 4a2f873
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/cache@v3
28
with:
29
path: ~/.cache/pip
30
- key: ${{ runner.os }}-pip-${{ hashFiles("**/pyproject.toml") }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
31
restore-keys: |
32
${{ runner.os }}-pip-
33
0 commit comments