diff --git a/tests/config/slurm/slurm.sh b/tests/config/slurm/slurm.sh index 1cb6188..f559e79 100644 --- a/tests/config/slurm/slurm.sh +++ b/tests/config/slurm/slurm.sh @@ -8,7 +8,7 @@ #SBATCH --time={{ [1, run_time_max // 60]|max }} {%- endif %} {%- if dependency %} -#SBATCH --dependency=afterok:{{ dependency | join(',') }} +#SBATCH --dependency=afterok:{{ dependency | join(',') -%}} {%- endif %} {%- if memory_max %} #SBATCH --mem={{memory_max}}G