Skip to content

Commit bce92d5

Browse files
committed
Try to fix downloads in appveyor.
1 parent a521984 commit bce92d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor_install.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ function InstallPipPackage ($python_home, $package) {
101101
}
102102

103103
function main () {
104-
InstallPython $env:PYTHON_VERSION + ".0" $env:PYTHON_ARCH $env:PYTHON
104+
$full_version = $env:PYTHON_VERSION + ".0"
105+
InstallPython $full_version $env:PYTHON_ARCH $env:PYTHON
105106
InstallPip $env:PYTHON
106107
InstallPipPackage $env:PYTHON setuptools
107108
InstallPipPackage $env:PYTHON wheel

0 commit comments

Comments
 (0)