Skip to content

Commit 9e5d0e3

Browse files
committed
slurm to lsf in test
1 parent e349422 commit 9e5d0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class TestWorkflowsBase(snakemake.common.tests.TestWorkflowsLocalStorageBase):
77
__test__ = True
88

99
def get_executor(self) -> str:
10-
return "slurm"
10+
return "lsf"
1111

1212
def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
1313
return None

0 commit comments

Comments
 (0)