Skip to content
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

feat: add channel keyword to conda #522

Merged
merged 4 commits into from Dec 22, 2021

Conversation

henryiii
Copy link
Collaborator

Closes #446.

This adds a channel keyword, which can take a string or a list/tuple of channels.

Other options included channels=, and only allowing for a sequence of channels, but that probably is optimizing for the less-common case. Simpler API though. Can change if desired.

Copy link
Collaborator

@cjolowicz cjolowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a small nit regarding typing.

nox/sessions.py Outdated Show resolved Hide resolved
henryiii and others added 2 commits December 22, 2021 16:52
Co-authored-by: Claudio Jolowicz <cjolowicz@gmail.com>
@cjolowicz cjolowicz merged commit 8b1513f into wntrblm:main Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

conda: set channel via keyword
2 participants