Skip to content

Commit 2a23e1d

Browse files
committed
remove conda
1 parent 18f0c18 commit 2a23e1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
79-
profile: [conda, docker, singularity]
79+
profile: [docker, singularity]
8080
isMain:
8181
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
82-
# Exclude conda and singularity on dev
82+
# Exclude singularity on dev
8383
exclude:
84-
- isMain: false
85-
profile: "conda"
8684
- isMain: false
8785
profile: "singularity"
8886
NXF_VER:

0 commit comments

Comments
 (0)