Skip to content

Commit 7f8f3b6

Browse files
committed
ci: python-tests - replace deprecated cache-prefix with cache-suffix
1 parent 58273c0 commit 7f8f3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
continue-on-error: true
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
cache-prefix: uv-${{ matrix.python-version }}
4544
enable-cache: true
45+
cache-suffix: uv-${{ matrix.python-version }}
4646
cache-dependency-glob: "**/pyproject.toml"
4747

4848
- name: Install dependencies

0 commit comments

Comments
 (0)