Skip to content

Commit c01c97d

Browse files
committed
1 parent a4379c7 commit c01c97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
8686

8787
function InstallComtypes ($python_home) {
8888
$pip_path = $python_home + "\Scripts\pip.exe"
89-
$args = "install comtypes"
89+
$args = "install https://github.com/junkmd/comtypes/archive/refs/heads/add_hints_to_automation.zip"
9090
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
9191
}
9292

0 commit comments

Comments
 (0)