Skip to content

Commit b217074

Browse files
committed
test: change cache prefix to force clean run
1 parent 4d245ed commit b217074

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4848
with:
4949
path: .venv
50-
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
50+
key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
5151

5252
- name: Install dependencies
5353
if: steps.cache-deps.outputs.cache-hit != 'true'
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8484
with:
8585
path: .venv
86-
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
86+
key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
8787

8888
- name: Install dependencies
8989
if: steps.cache-deps.outputs.cache-hit != 'true'
@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
185185
with:
186186
path: .venv
187-
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
187+
key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
188188

189189
- name: Install dependencies
190190
if: steps.cache-deps.outputs.cache-hit != 'true'
@@ -320,7 +320,7 @@ jobs:
320320
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
321321
with:
322322
path: .venv
323-
key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
323+
key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
324324

325325
- name: Install dependencies
326326
if: steps.cache-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)