Skip to content

Commit

Permalink
Remove splitcode module from test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmero committed Sep 3, 2024
1 parent 7fb5669 commit d795838
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .test/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,15 @@ profiles {
milton {
conda.enabled = true
cleanup = true
apptainer.enabled = false
apptainer.autoMounts = false
apptainer.enabled = true
apptainer.autoMounts = true
singularity.enabled = false
process {
cpus = 1
memory = { 8.GB * task.attempt }
time = '12h'
errorStrategy = { 'retry' }
maxRetries = 4
withLabel:SplitCode {
module = 'splitcode/0.28.3'
}
}
}
test {
Expand Down

0 comments on commit d795838

Please sign in to comment.