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.
test-live
1 parent 710b776 commit 3899c32Copy full SHA for 3899c32
.github/workflows/ci.yml
@@ -80,12 +80,13 @@ jobs:
80
with:
81
enable-cache: true
82
83
- - run: uv run --python 3.12 --frozen --extra vertexai pytest tests/test_live.py -v --durations=100
+ - run: uv run --python 3.12 --frozen --extra vertexai --extra groq pytest tests/test_live.py -v --durations=100
84
env:
85
PYDANTIC_AI_LIVE_TEST_DANGEROUS: 'CHARGE-ME!'
86
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
87
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
88
GOOGLE_SERVICE_ACCOUNT_CONTENT: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CONTENT }}
89
+ GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
90
91
test:
92
name: test on ${{ matrix.python-version }}
0 commit comments