Skip to content

Commit 3899c32

Browse files
authored
fix test-live (#90)
1 parent 710b776 commit 3899c32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,13 @@ jobs:
8080
with:
8181
enable-cache: true
8282

83-
- run: uv run --python 3.12 --frozen --extra vertexai pytest tests/test_live.py -v --durations=100
83+
- run: uv run --python 3.12 --frozen --extra vertexai --extra groq pytest tests/test_live.py -v --durations=100
8484
env:
8585
PYDANTIC_AI_LIVE_TEST_DANGEROUS: 'CHARGE-ME!'
8686
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
8787
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
8888
GOOGLE_SERVICE_ACCOUNT_CONTENT: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CONTENT }}
89+
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
8990

9091
test:
9192
name: test on ${{ matrix.python-version }}

0 commit comments

Comments
 (0)