Skip to content

Commit 2be7e5d

Browse files
committed
Try something
1 parent 8bdef9c commit 2be7e5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/third_party.yml

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

0 commit comments

Comments
 (0)