Skip to content

Commit e888dfd

Browse files
authored
Fix Pydantic third party integration tests (python#504)
1 parent e391124 commit e888dfd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/third_party.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
uses: actions/checkout@v4
5353
with:
5454
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
5955
- name: Checkout typing_extensions
6056
uses: actions/checkout@v4
6157
with:
@@ -67,7 +63,7 @@ jobs:
6763
- name: Add local version of typing_extensions as a dependency
6864
run: uv add --editable ./typing-extensions-latest
6965
- name: Install pydantic test dependencies
70-
run: uv sync --group testing --group dev
66+
run: uv sync --group dev
7167
- name: List installed dependencies
7268
run: uv pip list
7369
- name: Run pydantic tests

0 commit comments

Comments
 (0)