Skip to content

Commit dcf9bc4

Browse files
fix: adapt to interface changes
1 parent c6606c5 commit dcf9bc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
[tool.poetry.dependencies]
1313
python = "^3.11"
1414
snakemake-interface-common = "^1.13.0"
15-
snakemake-interface-executor-plugins = "^7.0.0"
15+
snakemake-interface-executor-plugins = "^8.0.2"
1616
snakemake-executor-plugin-slurm-jobstep = "^0.1.5"
1717
throttler = "^1.2.2"
1818

snakemake_executor_plugin_slurm/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# filesystem (True) or not (False).
3333
# This is e.g. the case for cloud execution.
3434
implies_no_shared_fs=False,
35+
job_deploy_sources=False,
3536
pass_default_storage_provider_args=True,
3637
pass_default_resources_args=True,
3738
pass_envvar_declarations_to_cmd=False,

0 commit comments

Comments
 (0)