You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add envs.<env_name>.conda_env object with dependencies and channels arrays as an alternative to yml_path, or rename envs.<env_name>.yml_path as envs.<env_name>.definition and have it be polymorphic over either an external YAML file or the above. This way packages that do not include conda environments can be supported just by adding soap.toml.
The text was updated successfully, but these errors were encountered:
Add
envs.<env_name>.conda_env
object withdependencies
andchannels
arrays as an alternative toyml_path
, or renameenvs.<env_name>.yml_path
asenvs.<env_name>.definition
and have it be polymorphic over either an external YAML file or the above. This way packages that do not include conda environments can be supported just by addingsoap.toml
.The text was updated successfully, but these errors were encountered: