Skip to content

Commit 034cef7

Browse files
committed
fixed cache inconsistency
1 parent 3d228e2 commit 034cef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache
24-
key: reqs_${{ hashFiles('**/pyproject.toml') }}
24+
key: reqs_${{ hashFiles('poetry.lock') }}
2525
restore-keys: reqs
2626
- run: |
2727
mkdir -p ~/.cache/downloads

0 commit comments

Comments
 (0)