We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de1ecb commit 6bb71bfCopy full SHA for 6bb71bf
.github/workflows/integration-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false # Continue running other tests if one fails
27
matrix:
28
python-version: [ "3.12" ]
29
- test-provider: [ "copilot", "openai", "anthropic", "ollama", "vllm", "llamacpp", "openrouter" ]
+ test-provider: [ "copilot", "openai", "anthropic", "vllm", "llamacpp", "openrouter" ]
30
env:
31
ENV_COPILOT_KEY: ${{ secrets.copilot-key }}
32
ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests
0 commit comments