From f55156793c6c8e5d4a972c698275ce8f4f0f2ce4 Mon Sep 17 00:00:00 2001 From: Botao Chen Date: Wed, 19 Mar 2025 16:12:16 -0700 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0af46e1f0..4337b55cb 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,6 +52,7 @@ jobs: # always test against the latest version of the client uv pip install git+https://github.com/meta-llama/llama-stack-client-python.git@main uv pip install -e . + llama stack build --template ollama --image-type conda - name: Wait for Ollama to start run: |