Skip to content

Commit 34bfd84

Browse files
third party: fix typeguard (#600)
1 parent 479dae1 commit 34bfd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
set -x
174174
cd typeguard
175-
uv pip install --system "typeguard[test] @ ." --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
175+
uv pip install --system "typeguard @ ." --group test --exclude-newer $(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)
176176
- name: Install typing_extensions latest
177177
run: uv pip install --system "typing-extensions @ ./typing-extensions-latest"
178178
- name: List all installed dependencies

0 commit comments

Comments
 (0)