mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
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. |
||
|---|---|---|
| .. | ||
| actions | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| mergify.yml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| TRIAGERS.md | ||