[BEZALEL][CI] Enable uv caching in Forge CI workflow #187
Reference in New Issue
Block a user
Delete Branch "bezalel/ci-uv-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Adds uv dependency caching to the Forge CI workflow to cut install time.
Why
Every CI run reinstalls ~100 packages. With
enable-cache: trueandcache-dependency-glob: uv.lock, repeat runs should drop from ~2 min to ~30 s of dependency install time.Verification
smoke-and-buildjob passes on this PR.Relates to Epic-001 (#145).