Skip to content

Commit

Permalink
fix: avoid redundant steps related to shared fs usage (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Mar 11, 2024
1 parent e49c708 commit a3379bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["snakemake", "plugin", "executor", "cluster", "slurm"]
[tool.poetry.dependencies]
python = "^3.11"
snakemake-interface-common = "^1.13.0"
snakemake-interface-executor-plugins = "^8.2.0"
snakemake-interface-executor-plugins = "^9.0.0"

[tool.poetry.group.dev.dependencies]
black = ">=23.7,<25.0"
Expand Down
1 change: 1 addition & 0 deletions snakemake_executor_plugin_slurm_jobstep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
pass_default_resources_args=True,
pass_envvar_declarations_to_cmd=False,
auto_deploy_default_storage_provider=False,
spawned_jobs_assume_shared_fs=True,
)


Expand Down

0 comments on commit a3379bb

Please sign in to comment.