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: |