We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec3455 commit 516b0ebCopy full SHA for 516b0eb
ci/install.ps1
@@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
86
87
function InstallComtypes ($python_home) {
88
$pip_path = $python_home + "\Scripts\pip.exe"
89
- $args = "install https://github.com/junkmd/comtypes/archive/refs/heads/remove_monkeypatch_COMError.zip"
+ $args = "install https://github.com/junkmd/comtypes/archive/refs/heads/remove_need_GUID.zip"
90
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
91
}
92
0 commit comments