Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
c92f4d58
Unverified
Commit
c92f4d58
authored
Nov 04, 2017
by
Matthew Brett
Committed by
GitHub
Nov 04, 2017
Browse files
Merge pull request #63 from hcho3/devel
Update URL for Python 2.x Miniconda
parents
baac8444
6ce1698d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci/appveyor/install.ps1
ci/appveyor/install.ps1
+1
-1
No files found.
ci/appveyor/install.ps1
View file @
c92f4d58
...
...
@@ -10,7 +10,7 @@ function DownloadMiniconda ($python_version, $platform_suffix) {
if
(
$python_version
-gt
"3"
)
{
$filename
=
"Miniconda3-latest-Windows-"
+
$platform_suffix
+
".exe"
}
else
{
$filename
=
"Miniconda-latest-Windows-"
+
$platform_suffix
+
".exe"
$filename
=
"Miniconda
2
-latest-Windows-"
+
$platform_suffix
+
".exe"
}
$url
=
$MINICONDA_URL
+
$filename
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment