Skip to content

Commit 6bb71bf

Browse files
lukehindsrdimitrov
andauthored
Remove Ollama from Integration Tests (#1376)
* Remove Ollama from Integration Tests * Leave the option to run ollama tests locally Signed-off-by: Radoslav Dimitrov <[email protected]> --------- Signed-off-by: Radoslav Dimitrov <[email protected]> Co-authored-by: Radoslav Dimitrov <[email protected]>
1 parent 4de1ecb commit 6bb71bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false # Continue running other tests if one fails
2727
matrix:
2828
python-version: [ "3.12" ]
29-
test-provider: [ "copilot", "openai", "anthropic", "ollama", "vllm", "llamacpp", "openrouter" ]
29+
test-provider: [ "copilot", "openai", "anthropic", "vllm", "llamacpp", "openrouter" ]
3030
env:
3131
ENV_COPILOT_KEY: ${{ secrets.copilot-key }}
3232
ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests

0 commit comments

Comments
 (0)