From a8f4f76cd4b32d5e0ca48106e98f669059e0d254 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 6 Jun 2017 17:05:41 +0300 Subject: [PATCH] Try use anaconda channel (test 424242) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d91bc9fc..77489382 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,6 @@ name: py_test channels: - - conda-forge + - anaconda dependencies: - python>=3.5 - pip