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

doc: mention that .mambarc channels are ignored #25

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/contributor/building-locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ The above commands do the following:
the recipes test in a clean, freshly created docker container to
ensure that the package does not depend on anything that happens
to be included in the build container.
- Make sure you have `bioconda` and `conda-forge` channels explicitly
added to your environment or your `.condarc`. It is not sufficient
to have those channels specified in `.mambarc`.

If you do not have access to Docker, you can still run the basic test by
omitting the ``--docker`` and ``--mulled-test`` options.
Expand Down