Skip to content

Commit 9a5eb91

Browse files
committed
chore(pixi): Add slurm plugin to build-specific
The single cluster-generic plugin does not contain additional docs, which the slurm plugin does. Adding the latter effectively increases test coverage.
1 parent d7b509d commit 9a5eb91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export TEST_PACKAGES={{ packages }} && \
1717
sphinx-build source build
1818
"""
1919
args = [
20-
{ "arg" = "packages", "default" = "snakemake-executor-plugin-cluster-generic" }
20+
{ "arg" = "packages", "default" = "snakemake-executor-plugin-cluster-generic,snakemake-executor-plugin-slurm" }
2121
]
2222

2323
[dependencies]

0 commit comments

Comments
 (0)