more debug

This commit is contained in:
Ashwin Bharambe 2025-08-18 13:16:55 -07:00
parent 1a01ce6a2c
commit aeb4d0ee62
2 changed files with 7 additions and 1 deletions

View file

@ -42,7 +42,8 @@ runs:
- name: Build Llama Stack
shell: bash
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
shell: bash