Skip to content

Commit

Permalink
BLD: Download miniconda over SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Apr 21, 2016
1 parent e5ccd81 commit 9a59cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Authors: Olivier Grisel, Jonathan Helmus and Kyle Kastner, Robert McGibbon
# License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/

$MINICONDA_URL = "http://repo.continuum.io/miniconda/"
$MINICONDA_URL = "https://repo.continuum.io/miniconda/"


function DownloadMiniconda ($python_version, $platform_suffix) {
Expand Down

0 comments on commit 9a59cd0

Please sign in to comment.