ci: Remove conda to kickoff CI

This commit is contained in:
Edmund Miller 2021-02-02 15:44:00 -06:00
parent 1e9aad430d
commit bf2e027fdf
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -24,7 +24,7 @@ jobs:
matrix: matrix:
nxf_version: ['20.11.0-edge'] nxf_version: ['20.11.0-edge']
tags: ['${{ fromJson(needs.changes.outputs.modules) }}'] tags: ['${{ fromJson(needs.changes.outputs.modules) }}']
profile: ['docker', 'singularity', 'conda' ] profile: ['docker', 'singularity'] #'conda' ]
env: env:
NXF_ANSI_LOG: false NXF_ANSI_LOG: false
steps: steps: