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