We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4379c7 commit c01c97dCopy full SHA for c01c97d
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 comtypes"
+ $args = "install https://github.com/junkmd/comtypes/archive/refs/heads/add_hints_to_automation.zip"
90
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
91
}
92
0 commit comments