From 3b9adc157e4ef63fb2086b42006b2009fd692218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 24 May 2020 18:36:59 +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 e23812f..2a3881d 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -1,9 +1,9 @@ name: test-conda-env channels: - conda-forge -- defaults +- nodefaults dependencies: - python=3 -- conda-forge::numpy +- numpy - gmsh -- GitLab