Skip to content

Commit 9cb428b

Browse files
1 parent a9f92d1 commit 9cb428b

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 https://github.com/junkmd/comtypes/archive/refs/heads/refactor_and_separate_memberspec_stuffs.zip"
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)