Skip to content

Commit

Permalink
Fix conda URL in Appveyor build (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer authored Feb 10, 2017
1 parent ed71fbb commit 6233320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_python.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function DownloadMiniconda ($python_version, $platform_suffix) {
if ($python_version -match "3.6") {
$filename = "Miniconda3-latest-Windows-" + $platform_suffix + ".exe"
} else {
$filename = "Miniconda-latest-Windows-" + $platform_suffix + ".exe"
$filename = "Miniconda2-latest-Windows-" + $platform_suffix + ".exe"
}
$url = $MINICONDA_URL + $filename

Expand Down

0 comments on commit 6233320

Please sign in to comment.