Skip to content

Commit 4f5ed78

Browse files
Merge pull request #6 from NetDevAutomate/fix/ci-release-consistency-cache
fix(ci): disable uv cache for release-consistency job
2 parents 5d5561e + 29911c9 commit 4f5ed78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5959
with:
6060
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
6165
- run: python scripts/check-release-consistency.py
6266

6367
test:

0 commit comments

Comments
 (0)