When used in NPM scripts, setup-micromamba provides a convenient way to download micromamba and create conda environments.
Set options through environment variables or command line flags in invocation. Command line flag parsing is very basic. If micromamba has already been downloaded or an environment already exists, it will not be recreated.
When used in NPM scripts,
setup-micromamba
provides a convenient way to download micromamba and create conda environments.Set options through environment variables or command line flags in invocation. Command line flag parsing is very basic. If micromamba has already been downloaded or an environment already exists, it will not be recreated.
Example:
or
We re-use the mocking core. Determination of the core backend is moved to a separate module to prevent duplication and circular imports.
The default micro mamba bin path is set to
${MICROMAMBA_ROOT_PATH}/micromamba
ifMICROMAMBA_ROOT_PATH
is set.Have the mocking core respect the log level.