-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove defaults channel #153
Conversation
Currently raising
|
@leehart haven't had a chance to properly think about this one, but just saw in https://github.com/wtsi-hgi/conda-audited that they add the |
Thanks @ahernank . Judging from https://stackoverflow.com/questions/67695893/how-do-i-completely-purge-and-disable-the-default-channel-in-anaconda-and-switch In this context, I suppose we could try something like: CHANNEL_OPTS="--channel conda-forge --channel bioconda --channel nodefaults" Judging from the docs https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html I would expect it to either raise an error (e.g. "channel nodefaults not found") or result in the same behaviour as using I suspect there might be a simple reason for |
Tests via #154 seem to suggest some other cause of I suspect that just removing the defaults channel in the conventional way will work once we debug the |
I'm tempted to try just a standard update of the malariagen_data package in a new PR, while removing the defaults channel, because this process usually works when we are making that sort of change. |
I suppose it's either one of the changes in the PR or something different about the CI environment, e.g. the resources being pulled down by |
I've confirmed that simply removing the pinned files and attempting to upgrade a package (as usual, without changing any channels) results in the same error, which I've logged as issue #158. |
No description provided.