Skip to content

Commit dffc620

Browse files
committed
1 parent a36bd1f commit dffc620

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/fix_CoCreateInstance_annotation.zip"
9090
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
9191
}
9292

0 commit comments

Comments
 (0)