We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdef9c commit 2be7e5dCopy full SHA for 2be7e5d
.github/workflows/third_party.yml
@@ -65,9 +65,8 @@ jobs:
65
- name: Run tests with typing_extensions main branch
66
working-directory: pydantic
67
run: |
68
- uv sync --all-packages --group dev
69
- uv pip uninstall typing-extensions
70
- uv pip install --editable ../typing-extensions-latest
+ uv add --editable ../typing-extensions-latest
+ uv sync --all-packages --group testing-extra --all-extras
71
72
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
73
uv pip list
0 commit comments