From 1461d20a672c4d7f34f26199864a1fc53766e68b Mon Sep 17 00:00:00 2001 From: Botao Chen Date: Wed, 19 Mar 2025 16:25:38 -0700 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4337b55cb..475b26d0a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,7 +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 + llama stack build --template ollama --image-type venv - name: Wait for Ollama to start run: |