llama-stack-mirror/.github/actions/setup-runner
Ashwin Bharambe afa9f08823 fix(ci): install client from release branch before uv sync
CI was failing on release branches because uv sync tried to resolve
llama-stack-client>=0.3.1rc1 from PyPI, but RC versions only exist on
test.pypi. The dependency resolution would fail before we could install
the client from git.

Solution: On release-X.Y.x branches, pre-install llama-stack-client
from the matching git branch before running uv sync. This satisfies
the RC version requirement in pyproject.toml and allows dependency
resolution to succeed.

Changes:
- setup-runner: Pre-install client from git on release branches
- pre-commit: Add same pre-install logic before uv sync
- setup-test-environment: Remove duplicate logic (now in setup-runner)

Example failure: 5415478835
2025-10-30 22:31:44 -07:00
..
action.yml fix(ci): install client from release branch before uv sync 2025-10-30 22:31:44 -07:00