Is there a way to have conda-build use the current environment for the build environment?

Each of my projects has a project-specific conda environment for development which happens to include all of my build dependencies. Is there some way to get conda-build to just use the current environment rather than creating a new build environment from scratch?

1 Like