Skip to content

Commit 84af4b2

Browse files
add github actions
1 parent 2f009b2 commit 84af4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: ~/.cache/pip
51-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
51+
key: ${{ runner.os }}-pip-${{ hashFiles('service/requirements.txt') }}
5252
restore-keys: |
5353
${{ runner.os }}-pip-
5454

0 commit comments

Comments
 (0)