llama-stack-mirror/.github/actions/setup-runner
Omar Abdelwahab 844a159219 fix(ci): Install ci-tests distribution dependencies to fix test failures
The CI integration tests were failing with a signature mismatch error, but the root cause was missing dependencies (specifically the 'together' package). The signature mismatch was a misleading error that occurred because the provider modules failed to load properly due to missing dependencies.

This fix adds a step to install all ci-tests distribution dependencies using:
  llama stack list-deps ci-tests | xargs -L1 uv pip install

This ensures all required provider dependencies are installed before running tests.
2025-11-12 15:49:57 -08:00
..
action.yml fix(ci): Install ci-tests distribution dependencies to fix test failures 2025-11-12 15:49:57 -08:00