We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8821b commit be394d8Copy full SHA for be394d8
.github/workflows/tests-docs.yaml
@@ -39,9 +39,10 @@ jobs:
39
40
- name: Run Documentation tests
41
env:
42
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
43
+ GATEWAY_MASTER_KEY: ${{ secrets.GATEWAY_MASTER_KEY }}
44
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
45
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- GATEWAY_MASTER_KEY: ${{ secrets.GATEWAY_MASTER_KEY }}
46
run: pytest tests/docs -v --cov --cov-report=xml
47
48
- name: Upload coverage reports to Codecov
0 commit comments