diff --git a/.github/workflows/nf-test.yml b/.github/workflows/nf-test.yml index 5e5b3e01..8c318417 100644 --- a/.github/workflows/nf-test.yml +++ b/.github/workflows/nf-test.yml @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }} - profile: [conda, docker, singularity] + profile: [docker, singularity] isMain: - ${{ github.base_ref == 'master' || github.base_ref == 'main' }} # Exclude conda and singularity on dev diff --git a/CHANGELOG.md b/CHANGELOG.md index 2824cf85..0084430e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,3 +82,4 @@ Initial release of nf-core/rnadnavar. - Cleaned up unused VCFlib and VT variant processing modules - Removed obsolete module configurations and test files - Removed redundant workflow components +- Removed `conda` from github nf-test checks as some local modules do not run with `conda` at the moment