We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1a117 commit 35d0f77Copy full SHA for 35d0f77
.github/workflows/ci.yml
@@ -326,7 +326,7 @@ jobs:
326
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
327
with:
328
path: .venv
329
- key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
+ key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-karel
330
restore-keys: |
331
venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
332
0 commit comments