Skip to content

Commit 8bdef9c

Browse files
committed
Try something
1 parent c06cc4c commit 8bdef9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
- name: Run tests with typing_extensions main branch
6666
working-directory: pydantic
6767
run: |
68-
uv add --editable ../typing-extensions-latest
6968
uv sync --all-packages --group dev
69+
uv pip uninstall typing-extensions
70+
uv pip install --editable ../typing-extensions-latest
7071
7172
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
7273
uv pip list

0 commit comments

Comments
 (0)