File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,6 @@ environment:
12
12
13
13
matrix :
14
14
15
- - PYTHON : " C:\\ Python27"
16
- PYTHON_VERSION : " 2.7"
17
- PYTHON_ARCH : " 32"
18
- UIA_SUPPORT : " NO"
19
-
20
- - PYTHON : " C:\\ Python27-x64"
21
- PYTHON_VERSION : " 2.7"
22
- PYTHON_ARCH : " 64"
23
- UIA_SUPPORT : " YES"
24
-
25
- - PYTHON : " C:\\ Python35"
26
- PYTHON_VERSION : " 3.5"
27
- PYTHON_ARCH : " 32"
28
- UIA_SUPPORT : " YES"
29
-
30
15
- PYTHON : " C:\\ Python37"
31
16
PYTHON_VERSION : " 3.7"
32
17
PYTHON_ARCH : " 32"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function UpdateConda ($python_home) {
86
86
87
87
function InstallComtypes ($python_home ) {
88
88
$pip_path = $python_home + " \Scripts\pip.exe"
89
- $args = " install comtypes"
89
+ $args = " install https://github.com/junkmd/ comtypes/archive/refs/heads/update_friendly_mods.zip "
90
90
Start-Process - FilePath " $pip_path " - ArgumentList $args - Wait - Passthru
91
91
}
92
92
You can’t perform that action at this time.
0 commit comments