Merge pull request '[BEZALEL][CI] Enable uv caching in Forge CI workflow' (#187) from bezalel/ci-uv-cache into main
Some checks failed
Forge CI / smoke-and-build (push) Failing after 0s

This commit was merged in pull request #187.
This commit is contained in:
2026-04-07 12:37:27 +00:00

View File

@@ -21,6 +21,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