Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
after merging
  • Loading branch information
junkmd committed May 31, 2024
1 parent bf7f789 commit 71027d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ environment:

matrix:

- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
UIA_SUPPORT: "NO"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"
Expand Down
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/main.zip"
Start-Process -FilePath "$pip_path" -ArgumentList $args -Wait -Passthru
}

Expand Down

0 comments on commit 71027d9

Please sign in to comment.