We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb9914 commit d964075Copy full SHA for d964075
1 file changed
ci-helpers/appveyor/install-miniconda.ps1
@@ -11,7 +11,7 @@ if (! $env:ASTROPY_LTS_VERSION) {
11
12
function DownloadMiniconda ($version, $platform_suffix) {
13
$webclient = New-Object System.Net.WebClient
14
- $filename = "Miniconda-" + $version + "-Windows-" + $platform_suffix + ".exe"
+ $filename = "Miniconda2-" + $version + "-Windows-" + $platform_suffix + ".exe"
15
16
$url = $MINICONDA_URL + $filename
17
0 commit comments