Skip to content

Commit

Permalink
Try to fix downloads in appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 22, 2021
1 parent a521984 commit bce92d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function InstallPipPackage ($python_home, $package) {
}

function main () {
InstallPython $env:PYTHON_VERSION + ".0" $env:PYTHON_ARCH $env:PYTHON
$full_version = $env:PYTHON_VERSION + ".0"
InstallPython $full_version $env:PYTHON_ARCH $env:PYTHON
InstallPip $env:PYTHON
InstallPipPackage $env:PYTHON setuptools
InstallPipPackage $env:PYTHON wheel
Expand Down

0 comments on commit bce92d5

Please sign in to comment.