llama-stack-mirror/.github/actions
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
..
install-llama-stack-client fix(ci): use test.pypi as extra index for RC dependencies (#4009) 2025-10-31 12:55:43 -07:00
run-and-record-tests ci: Add vLLM support to integration testing infrastructure (with qwen) (#3545) 2025-11-06 10:36:40 +01:00
setup-ollama feat(tests): migrate to global "setups" system for test configuration (#3390) 2025-09-09 15:50:56 -07:00
setup-runner fix(ci): Install ci-tests distribution dependencies to fix test failures 2025-11-12 15:49:57 -08:00
setup-test-environment fix: harden storage semantics (#4118) 2025-11-12 10:35:39 -08:00
setup-vllm ci: Add vLLM support to integration testing infrastructure (with qwen) (#3545) 2025-11-06 10:36:40 +01:00