[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

View File

@@ -20,6 +20,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Set up Python 3.11
run: uv python install 3.11