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 c06cc4c commit 8bdef9cCopy full SHA for 8bdef9c
.github/workflows/third_party.yml
@@ -65,8 +65,9 @@ jobs:
65
- name: Run tests with typing_extensions main branch
66
working-directory: pydantic
67
run: |
68
- uv add --editable ../typing-extensions-latest
69
uv sync --all-packages --group dev
+ uv pip uninstall typing-extensions
70
+ uv pip install --editable ../typing-extensions-latest
71
72
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
73
uv pip list
0 commit comments