From d1211bef5afc0bbd4a152333d1e03999c9667fc0 Mon Sep 17 00:00:00 2001 From: Eric Pellegrini Date: Thu, 6 Jun 2019 11:55:58 +0200 Subject: [PATCH] try to use alternate channel for solving hanging problem wit bioconda/conda-forge --- conda/environment_octave.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conda/environment_octave.yml b/conda/environment_octave.yml index bd937ab..3ed1e5b 100644 --- a/conda/environment_octave.yml +++ b/conda/environment_octave.yml @@ -2,16 +2,17 @@ name: octave channels: - - conda-forge + - bioconda/label/cf201901 + - conda-forge/label/cf201901 - anaconda - defaults dependencies: - - gcc_linux-64 - - jupyter + - gnuplot + - octave - octave_kernel - texinfo -- GitLab