Skip to content

Commit 86676bc

Browse files
committed
fix(ci): pin single Python version to match pre-uv test behavior
Set UV_PYTHON to skip the multi-Python loop while still running both pydantic v2 and v1 tests. This matches the old rye-based CI behavior (2 test runs instead of 3).
1 parent 3259115 commit 86676bc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,9 @@ jobs:
9797
run: ./scripts/bootstrap
9898

9999
- name: Run tests
100-
run: |
101-
echo "==> Running tests with Pydantic v2 (Python >=3.9.0)"
102-
uv run --isolated --all-extras pytest
100+
run: ./scripts/test
103101
env:
104102
UV_PYTHON: ">=3.9.0"
105-
DEFER_PYDANTIC_BUILD: "false"
106103

107104
examples:
108105
timeout-minutes: 10

0 commit comments

Comments
 (0)