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