From 121587a141c15f184c17bc1b730a5f588db2c8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 24 May 2020 15:11:45 +0200 Subject: [PATCH] Use "nodefaults" in CI conda env file --- .test-conda-env-py3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 675a8dff..c95608f4 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -1,10 +1,10 @@ name: test-conda-env-py3 channels: - conda-forge -- defaults +- nodefaults dependencies: - git -- conda-forge::numpy +- numpy # to avoid conflict with system openmpi's libhwloc - libhwloc=1 -- GitLab