Skip to content

Commit

Permalink
Revert "test: Add ociAutoPull to nf-test"
Browse files Browse the repository at this point in the history
This reverts commit 5a3d546.
  • Loading branch information
edmundmiller committed Jun 18, 2024
1 parent 8fa7b0d commit 727dda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ process {
if ("$PROFILE" == "singularity") {
singularity.enabled = true
singularity.autoMounts = true
singularity.ociAutoPull = true
} else if ("$PROFILE" == "conda") {
conda.enabled = true
} else if ("$PROFILE" == "mamba") {
Expand Down Expand Up @@ -42,5 +41,5 @@ conda { createTimeout = "120 min" }
includeConfig 'test_data.config'

manifest {
nextflowVersion = '!>=23.12.0-edge'
nextflowVersion = '!>=23.04.0'
}
3 changes: 1 addition & 2 deletions tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ profiles {
singularity {
singularity.enabled = true
singularity.autoMounts = true
singularity.ociAutoPull = true
}
conda {
conda.enabled = true
Expand Down Expand Up @@ -51,5 +50,5 @@ conda { createTimeout = "120 min" }
includeConfig 'test_data.config'

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

0 comments on commit 727dda0

Please sign in to comment.