Skip to content
Snippets Groups Projects

Explicit conda env

Closed Manavalan Gajapathy requested to merge explicit_conda_env into flexible_input_reqts
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -97,7 +97,7 @@ def aggregate_rename_configs(rename_config_files, outfile):
return None
########################## Configs from CLI ##########################
OUT_DIR = Path(config["out_dir"])
PROJECT_NAME = config["project_name"]
Loading