2 parents b303439 + 89f60b5 commit d08005bCopy full SHA for d08005b
1 file changed
.github/workflows/ci.yml
@@ -58,6 +58,10 @@ jobs:
58
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
59
with:
60
python-version: "3.12"
61
+ # This job only runs a stdlib-only script (tomllib/re/argparse); it never
62
+ # invokes uv, so no cache directory is ever created. setup-uv v9 errors in
63
+ # its post step when asked to save a cache path that does not exist.
64
+ enable-cache: false
65
- run: python scripts/check-release-consistency.py
66
67
test:
0 commit comments