Skip to content

Commit 131537c

Browse files
committed
Fix typo
1 parent 89c9450 commit 131537c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: cache-dependencies
2525
with:
2626
path: .venv
27-
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
27+
key: venv-${{ runner.os }}-${{ hashFiles('./poetry.lock') }}
2828

2929
- name: Install Dependencies if cache doesn't hit
3030
if: steps.cache-dependencies.cache-hit != 'true'

0 commit comments

Comments
 (0)