Skip to content

Commit eac688b

Browse files
authored
Autosplit: don't install winsdk (#89)
Fixes python/mypy#15429 (comment) Cc. @Avasam
1 parent 2edcd16 commit eac688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def get_projects() -> list[Project]:
809809
pyright_cmd="{pyright} src",
810810
pip_cmd=(
811811
"{pip} install certifi ImageHash numpy packaging PyWinCtl PySide6-Essentials "
812-
"winsdk types-D3DShot types-keyboard types-Pillow types-psutil types-PyAutoGUI "
812+
"types-D3DShot types-keyboard types-Pillow types-psutil types-PyAutoGUI "
813813
"types-pyinstaller types-pywin32 types-requests types-toml"
814814
),
815815
),

0 commit comments

Comments
 (0)