This commit is contained in:
Ashwin Bharambe 2025-08-18 13:59:58 -07:00
parent a4e53cc4f3
commit 9517eef70c
4 changed files with 7 additions and 15 deletions

View file

@ -42,8 +42,8 @@ runs:
- name: Build Llama Stack
shell: bash
run: |
echo $VIRTUAL_ENV
uv run --active llama stack build --template ci-tests --image-type venv
echo "Building Llama Stack"
uv run llama stack build --template ci-tests --image-type venv
- name: Configure git for commits
shell: bash