Skip to content

Remove the beta channel from the list in dev.yml

Samuel GAIST requested to merge fix_channel_list into master

dev.yml is used to test against the latest stable version of the beat packages. The CI build system now uses the new strict channel policy of conda which means that it does not search further after a package is found in a channel. Thus if the specified version is not found, it ends up with an error.

See !315 (merged) for details

Merge request reports