From 9a2d5fd358e70e3802b3bc08b8457201f6775e37 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 23 Jan 2025 17:05:13 -0600 Subject: [PATCH] Add ecosystem test case for `pydantic/pydantic-core` (#10917) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3289492..3f047b298 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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