Fix possible cache collision for highest and lowest uv resolutions

This commit is contained in:
Yurii Motov committed 2026-08-06 23:25:07 +02:00
1 parent 8806a3bb61
commit fbaaa005c0
1 file changed
+4 -4
+4 -4
View File
@@ -121,7 +121,7 @@ jobs:
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.30"
enable-cache: true
cache-suffix: tests
cache-suffix: tests-${{ matrix.uv-resolution }}
cache-dependency-glob: |
pyproject.toml
uv.lock
@@ -186,7 +186,7 @@ jobs:
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.30"
enable-cache: true
cache-suffix: tests
cache-suffix: tests-highest
cache-dependency-glob: |
pyproject.toml
uv.lock
@@ -257,7 +257,7 @@ jobs:
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.30"
enable-cache: true
cache-suffix: tests
cache-suffix: tests-highest
# This job checks out into `base/`, so the glob must point there.
cache-dependency-glob: |
base/pyproject.toml
@@ -305,7 +305,7 @@ jobs:
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.30"
enable-cache: true
cache-suffix: tests
cache-suffix: tests-highest
cache-dependency-glob: |
pyproject.toml
uv.lock