Skip to content

Commit 1516dd4

Browse files
committed
ci: refresh cache
1 parent 2a1a117 commit 1516dd4

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
@@ -328,7 +328,7 @@ jobs:
328328
path: .venv
329329
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
330330
restore-keys: |
331-
venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
331+
venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-karel
332332
333333
- name: Install dependencies
334334
if: steps.cache-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)