Skip to content

Commit 95fd79c

Browse files
committed
Remove conda profile from nf-test
1 parent f88b79f commit 95fd79c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
76-
profile: [conda, docker, singularity]
76+
profile: [docker, singularity]
7777
isMain:
7878
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
7979
# Exclude conda and singularity on dev
8080
exclude:
81-
- isMain: false
82-
profile: "conda"
8381
- isMain: false
8482
profile: "singularity"
8583
NXF_VER:

0 commit comments

Comments
 (0)