Skip to content

Commit

Permalink
Fix Pydantic third party integration tests (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Nov 12, 2024
1 parent e391124 commit e888dfd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: pydantic/pydantic
- name: Edit pydantic pyproject.toml
# pydantic's python-requires means pdm won't let us add typing-extensions-latest
# as a requirement unless we do this
run: sed -i 's/^requires-python = .*/requires-python = ">=3.8"/' pyproject.toml
- name: Checkout typing_extensions
uses: actions/checkout@v4
with:
Expand All @@ -67,7 +63,7 @@ jobs:
- name: Add local version of typing_extensions as a dependency
run: uv add --editable ./typing-extensions-latest
- name: Install pydantic test dependencies
run: uv sync --group testing --group dev
run: uv sync --group dev
- name: List installed dependencies
run: uv pip list
- name: Run pydantic tests
Expand Down

0 comments on commit e888dfd

Please sign in to comment.