Skip to content

Commit

Permalink
Add ecosystem test case for pydantic/pydantic-core (#10917)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Jan 23, 2025
1 parent cbf6d5a commit 9a2d5fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a2d5fd

Please sign in to comment.