mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 05:12:41 +00:00
test: convert tests to use list-deps
Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
cb6aeeff8f
commit
62719f1b8a
9 changed files with 192 additions and 26 deletions
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
|
||||
- name: Build Llama Stack
|
||||
run: |
|
||||
uv run --no-sync llama stack build --template ci-tests --image-type venv
|
||||
uv run --no-sync llama stack list-deps ci-tests | xargs -L1 uv pip install
|
||||
|
||||
- name: Check Storage and Memory Available Before Tests
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue