-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpin miniconda to latest #2227
Conversation
Thanks @ajdawson. |
@@ -29,9 +29,9 @@ install: | |||
# ----------------- | |||
- export CONDA_BASE=http://repo.continuum.io/miniconda/Miniconda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be https
now. (Recent change.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocefpaf Is http
being deprecated and turned-off? i.e. we should move to https
now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. In fact I am surprised that the wget
worked here. I spent my whole weekend fixing that in mane places in conda-forge 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You sure know how to have fun 😉
Thanks for the heads-up @ocefpaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It auto-redirects to the https version, which wget seems OK with... Best move to https anyway though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unpin versions of
miniconda
in the.travis-ci
to be the latest.