[BEZALEL][CI] Enable uv caching in Forge CI workflow #187

Merged
Timmy merged 1 commits from bezalel/ci-uv-cache into main 2026-04-07 12:37:28 +00:00
Owner

What

Adds uv dependency caching to the Forge CI workflow to cut install time.

Why

Every CI run reinstalls ~100 packages. With enable-cache: true and cache-dependency-glob: uv.lock, repeat runs should drop from ~2 min to ~30 s of dependency install time.

Verification

  • smoke-and-build job passes on this PR.

Relates to Epic-001 (#145).

## What Adds uv dependency caching to the Forge CI workflow to cut install time. ## Why Every CI run reinstalls ~100 packages. With `enable-cache: true` and `cache-dependency-glob: uv.lock`, repeat runs should drop from ~2 min to ~30 s of dependency install time. ## Verification - [ ] `smoke-and-build` job passes on this PR. Relates to Epic-001 (#145).
Timmy added 1 commit 2026-04-07 12:28:17 +00:00
[BEZALEL][CI] Enable uv caching in Forge CI workflow
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 41s
0438120402
Timmy merged commit fcdbdd9f50 into main 2026-04-07 12:37:28 +00:00
Timmy deleted branch bezalel/ci-uv-cache 2026-04-07 12:37:28 +00:00
Sign in to join this conversation.