diff --git a/ci/install.ps1 b/ci/install.ps1 index 35764b414..e715796ed 100644 --- a/ci/install.ps1 +++ b/ci/install.ps1 @@ -86,7 +86,7 @@ function UpdateConda ($python_home) { function InstallComtypes ($python_home) { $pip_path = $python_home + "\Scripts\pip.exe" - $args = "install comtypes" + $args = "install https://github.com/junkmd/comtypes/archive/refs/heads/update_readme_md.zip" Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru }