File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments