mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-12 21:38:39 -04:00
Fix possible cache collision for highest and lowest uv resolutions
This commit is contained in:
1 parent
8806a3bb61
commit
fbaaa005c0
1 file changed
+4
-4
@@ -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
|
||||
|
||||
Reference in new issue
Block a user