mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Add ecosystem test case for pydantic/pydantic-core (#10917)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user