Skip to content

Commit

Permalink
conda deps: increase debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 11, 2023
1 parent 2dd1838 commit d7d5498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cwltool/software_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def build_job_script(self, builder: "Builder", command: List[str]) -> str:
app_config = {
"conda_auto_install": True,
"conda_auto_init": True,
"debug": builder.debug,
}
tool_dependency_manager: "deps.DependencyManager" = deps.build_dependency_manager(
app_config_dict=app_config,
Expand Down

0 comments on commit d7d5498

Please sign in to comment.