From a3b14c8ca2dff657b0578be2de06291faa4ff6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 24 May 2020 03:26:36 +0200 Subject: [PATCH] Use "nodefaults" in CI conda env file, remove "inducer" conda channel --- .test-conda-env-py3.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 2264e926..c9e29e12 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -1,13 +1,12 @@ name: test-conda-env-py3 channels: -- inducer - conda-forge -- defaults +- nodefaults dependencies: - git -- conda-forge::numpy -- conda-forge::sympy +- numpy +- sympy - pocl - islpy - pyopencl -- GitLab