Skip to content

Commit

Permalink
test: Add ociAutoPull to nf-test
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 16, 2024
1 parent 6961e19 commit e93ad79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ profiles {
singularity {
singularity.enabled = true
singularity.autoMounts = true
singularity.ociAutoPull = true
}
conda {
conda.enabled = true
Expand Down Expand Up @@ -46,5 +47,5 @@ conda { createTimeout = "120 min" }
includeConfig 'test_data.config'

manifest {
nextflowVersion = '!>=23.04.0'
nextflowVersion = '!>=23.12.0-edge'
}

0 comments on commit e93ad79

Please sign in to comment.