Skip to content

Commit

Permalink
set conda.enabled=true to fix Conda testing (#2306)
Browse files Browse the repository at this point in the history
set conda.enabled=true for Conda
  • Loading branch information
Jonathan Manning authored Oct 14, 2022
1 parent 90fe2c6 commit 1e3cdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if ("$PROFILE" == "singularity") {
singularity.autoMounts = true
} else if ("$PROFILE" == "conda") {
params.enable_conda = true
conda.enabled=true
} else {
docker.enabled = true
docker.userEmulation = true
Expand Down

0 comments on commit 1e3cdae

Please sign in to comment.