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
d1bbe0ed
Commit
d1bbe0ed
authored
Mar 27, 2017
by
Matthew Brett
Committed by
GitHub
Mar 27, 2017
Browse files
Merge pull request #21 from superbobry/patch-1
Use latest Miniconda distribution on Appveyor
parents
acd71c71
054e8c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ci/appveyor/install.ps1
ci/appveyor/install.ps1
+3
-3
No files found.
ci/appveyor/install.ps1
View file @
d1bbe0ed
...
...
@@ -7,10 +7,10 @@ $MINICONDA_URL = "http://repo.continuum.io/miniconda/"
function
DownloadMiniconda
(
$python_version
,
$platform_suffix
)
{
$webclient
=
New-Object
System.Net.WebClient
if
(
$python_version
-
match
"3
.4
"
)
{
$filename
=
"Miniconda3-
3.5.5
-Windows-"
+
$platform_suffix
+
".exe"
if
(
$python_version
-
gt
"3"
)
{
$filename
=
"Miniconda3-
latest
-Windows-"
+
$platform_suffix
+
".exe"
}
else
{
$filename
=
"Miniconda-
3.5.5
-Windows-"
+
$platform_suffix
+
".exe"
$filename
=
"Miniconda-
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