Skip to content

Commit

Permalink
Removed references to "defaults"
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Nov 22, 2024
1 parent 3706165 commit c0b8e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Utils {

// Check that all channels are present
// This channel list is ordered by required channel priority.
def required_channels_in_order = ['conda-forge', 'bioconda', 'defaults']
def required_channels_in_order = ['conda-forge', 'bioconda']
def channels_missing = ((required_channels_in_order as Set) - (channels as Set)) as Boolean

// Check that they are in the right order
Expand Down

0 comments on commit c0b8e31

Please sign in to comment.