Skip to content

Commit 4a2f873

Browse files
committed
* Fix quotes in build config cache key
1 parent e65c729 commit 4a2f873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v3
2828
with:
2929
path: ~/.cache/pip
30-
key: ${{ runner.os }}-pip-${{ hashFiles("**/pyproject.toml") }}
30+
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
3131
restore-keys: |
3232
${{ runner.os }}-pip-
3333

0 commit comments

Comments
 (0)