I'd love to be able to codify my channel selections in my conda_build_config.yaml
file.
I tried including this text in that file:
channels:
- dbanas
- defaults
- conda-forge
but to no avail.
(I still had to include: -c dbanas -c defaults -c conda-forge
on my conda build
command line, in order to get a successful build.)
Is there any way to codify channel selections in the conda_build_config.yaml
file?