mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:32:36 +00:00
more debug
This commit is contained in:
parent
1a01ce6a2c
commit
aeb4d0ee62
2 changed files with 7 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ runs:
|
||||||
- name: Build Llama Stack
|
- name: Build Llama Stack
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
uv run llama stack build --template ci-tests --image-type venv
|
echo $VIRTUAL_ENV
|
||||||
|
uv run --active llama stack build --template ci-tests --image-type venv
|
||||||
|
|
||||||
- name: Configure git for commits
|
- name: Configure git for commits
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,11 @@ echo "Test Pattern: $TEST_PATTERN"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "Packages installed:"
|
echo "Packages installed:"
|
||||||
|
uv venv list
|
||||||
|
echo "Packages installed in active venv:"
|
||||||
|
uv run --active pip list
|
||||||
|
|
||||||
|
echo "Packages installed in llama-stack venv:"
|
||||||
uv pip list
|
uv pip list
|
||||||
|
|
||||||
# Check storage and memory before tests
|
# Check storage and memory before tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue