Skip to content

Commit fd5edf5

Browse files
fix: do not constrain resources in remote jobs (#87)
1 parent bfbe3e4 commit fd5edf5

File tree

1 file changed

+0
-1
lines changed
  • snakemake_interface_executor_plugins/executors

1 file changed

+0
-1
lines changed

snakemake_interface_executor_plugins/executors/real.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def get_job_args(self, job: JobExecutorInterface, **kwargs):
103103
unneeded_temp_files,
104104
skip=not unneeded_temp_files,
105105
),
106-
self.get_resource_declarations(job),
107106
]
108107
)
109108

0 commit comments

Comments
 (0)