Skip to content

Commit cd4d837

Browse files
committed
FIX: Update appveyor
1 parent 6178598 commit cd4d837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/install_python.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ function DownloadExtractFsaverage () {
4343
function DownloadMiniconda ($python_version, $platform_suffix) {
4444
$webclient = New-Object System.Net.WebClient
4545
if ($python_version -eq "3.4") {
46-
$filename = "Miniconda3-3.7.3-Windows-" + $platform_suffix + ".exe"
46+
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
4747
} else {
48-
$filename = "Miniconda-3.7.3-Windows-" + $platform_suffix + ".exe"
48+
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
4949
}
5050
$url = $MINICONDA_URL + $filename
5151

0 commit comments

Comments
 (0)