Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 74264cc

Browse files
authored
Merge branch 'main' into dependabot/pip/onnxruntime-1.21.1
2 parents a8960a0 + 6bb71bf commit 74264cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
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)