Run commands in conda environments
steps:
- plugins:
- loosolab/conda#v1.0.0:
environment: environment.yml
update: true
environment
: The path to the environment definition file in YAML format.update
(optional): Whether or not to runconda env update
before activating the environment. Defaults totrue
.