From c5ce8bdc889d720077c41f77c3a51705bd41e7b3 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 16 Jan 2020 11:04:10 +0100 Subject: [PATCH] [dev] Remove the beta channel from the list 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. --- dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev.yml b/dev.yml index 2766fdebd..23b4663c5 100644 --- a/dev.yml +++ b/dev.yml @@ -1,6 +1,5 @@ name: beat-web channels: - - http://www.idiap.ch/software/beat/conda/label/beta - http://www.idiap.ch/software/beat/conda - defaults dependencies: -- GitLab