Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 15, 2022
1 parent f78302c commit e48623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e48623b

Please sign in to comment.