From 59d45c73899d4d1aa4fa96f5ed0d36ca99751834 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sun, 24 May 2020 18:35:38 +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 c3680c93..498f1a6b 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -1,12 +1,12 @@
 name: test-conda-env
 channels:
 - conda-forge
-- defaults
+- nodefaults
 
 dependencies:
 - python=3
 - git
-- conda-forge::numpy
+- numpy
 - pocl
 - mako
 - pybind11
-- 
GitLab