Skip to content

Commit 35d0f77

Browse files
committed
ci: refresh cache
1 parent 2a1a117 commit 35d0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
327327
with:
328328
path: .venv
329-
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
329+
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-karel
330330
restore-keys: |
331331
venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
332332

0 commit comments

Comments
 (0)