From 86d7d86122eabcfb991c1fcedda2bb4ffa807d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Mon, 25 Jun 2018 12:46:02 -0400 Subject: [PATCH] Add note to conda env spec about Conda Apple workaround --- .test-conda-env-py3.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 4c0b81ef..97b75b47 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -1,7 +1,13 @@ name: test-conda-env-py3 channels: - conda-forge + +# FIXME: revert to 'defaults' (without quotes) after +# https://github.com/ContinuumIO/anaconda-issues/issues/9663 +# is addressed. Context: +# https://gitlab.tiker.net/inducer/pyopencl/merge_requests/37 - https://repo.continuum.io/pkgs/main + dependencies: - git - conda-forge::numpy -- GitLab