We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e391124 commit e888dfdCopy full SHA for e888dfd
.github/workflows/third_party.yml
@@ -52,10 +52,6 @@ jobs:
52
uses: actions/checkout@v4
53
with:
54
repository: pydantic/pydantic
55
- - name: Edit pydantic pyproject.toml
56
- # pydantic's python-requires means pdm won't let us add typing-extensions-latest
57
- # as a requirement unless we do this
58
- run: sed -i 's/^requires-python = .*/requires-python = ">=3.8"/' pyproject.toml
59
- name: Checkout typing_extensions
60
61
@@ -67,7 +63,7 @@ jobs:
67
63
- name: Add local version of typing_extensions as a dependency
68
64
run: uv add --editable ./typing-extensions-latest
69
65
- name: Install pydantic test dependencies
70
- run: uv sync --group testing --group dev
66
+ run: uv sync --group dev
71
- name: List installed dependencies
72
run: uv pip list
73
- name: Run pydantic tests
0 commit comments