Add ecosystem test case for pydantic/pydantic-core (#10917)

This commit is contained in:
Zanie Blue
2025-01-23 17:05:13 -06:00
committed by GitHub
parent cbf6d5af9e
commit 9a2d5fd358

View File

@@ -660,6 +660,9 @@ jobs:
- repo: "pallets/flask"
command: "uv pip install -r requirements/dev.txt"
python: "3.12"
- repo: "pydantic/pydantic-core"
command: "uv sync --group all"
python: "3.12"
fail-fast: false
steps:
- uses: actions/checkout@v4