Skip to content

Commit 1adebba

Browse files
committed
chore: update cache key for venv
1 parent ebdca17 commit 1adebba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: actions/cache@v4
3535
with:
3636
path: .venv
37-
key: ${{ runner.os }}-python-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
37+
key: ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
3838
restore-keys: |
39-
${{ runner.os }}-python-${{ matrix.python-version }}-
39+
${{ runner.os }}-pythonenv-${{ matrix.python-version }}-
4040
- name: Python build & test
4141
run: |
4242
python -m venv .venv

0 commit comments

Comments
 (0)