mirror of https://github.com/astral-sh/uv
Add ecosystem test case for `pydantic/pydantic-core` (#10917)
This commit is contained in:
parent
cbf6d5af9e
commit
9a2d5fd358
|
|
@ -660,6 +660,9 @@ jobs:
|
||||||
- repo: "pallets/flask"
|
- repo: "pallets/flask"
|
||||||
command: "uv pip install -r requirements/dev.txt"
|
command: "uv pip install -r requirements/dev.txt"
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
|
- repo: "pydantic/pydantic-core"
|
||||||
|
command: "uv sync --group all"
|
||||||
|
python: "3.12"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue