From bc6bdb7574b0d7ac4f4cbc6da67a95cf20b37c97 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Thu, 15 May 2025 10:22:28 +0200 Subject: [PATCH] remove yq edits in CI test Signed-off-by: Michele Dolfi --- .github/workflows/providers-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/providers-build.yml b/.github/workflows/providers-build.yml index 7c136907c..e8e3c1870 100644 --- a/.github/workflows/providers-build.yml +++ b/.github/workflows/providers-build.yml @@ -132,9 +132,8 @@ jobs: - name: Build a single provider run: | - yq -i '.image_type = "container"' llama_stack/templates/dev/build.yaml yq -i '.image_name = "test"' llama_stack/templates/dev/build.yaml - USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run llama stack build --config llama_stack/templates/dev/build.yaml + USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. uv run llama stack build --image-type=container --config llama_stack/templates/dev/build.yaml - name: Inspect the container image entrypoint run: |