refactor: consolidate all client install logic into single action

Renamed install-client-for-release to install-llama-stack-client and
made it handle both release branches and client-version inputs. Now
all client installation logic lives in one place:

- Release branches: always install from matching git branch
- Non-release branches: install based on client-version input

This eliminates all the conditional logic from setup-runner.
This commit is contained in:
Ashwin Bharambe 2025-10-30 22:46:39 -07:00
parent c86e6e906a
commit 626639beee
3 changed files with 29 additions and 29 deletions

View file

@ -130,8 +130,8 @@ jobs:
exit 1
fi
- name: Pre-install client for release branches
uses: ./.github/actions/install-client-for-release
- name: Install llama-stack-client
uses: ./.github/actions/install-llama-stack-client
- name: Sync dev + type_checking dependencies
run: uv sync --group dev --group type_checking