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 cc4fae0Copy full SHA for cc4fae0
.github/workflows/ci.yml
@@ -328,7 +328,7 @@ jobs:
328
path: .venv
329
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
330
restore-keys: |
331
- venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
+ venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
332
333
- name: Install dependencies
334
if: steps.cache-deps.outputs.cache-hit != 'true'
0 commit comments