Skip to content

Commit c7e7ec2

Browse files
committed
Add pydantic ai to ci
1 parent 2290901 commit c7e7ec2

File tree

5 files changed

+31
-17
lines changed

5 files changed

+31
-17
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
run: |
9595
set -x # print commands that are executed
9696
./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
97+
- name: Test pydantic_ai
98+
run: |
99+
set -x # print commands that are executed
100+
./scripts/runtox.sh "py${{ matrix.python-version }}-pydantic_ai"
97101
- name: Generate coverage XML (Python 3.6)
98102
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
99103
run: |

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@
266266
"package": "pure_eval",
267267
"num_versions": 2,
268268
},
269+
"pydantic_ai": {
270+
"package": "pydantic-ai",
271+
},
269272
"pymongo": {
270273
"package": "pymongo",
271274
"deps": {

0 commit comments

Comments
 (0)