From ef8097f516575931cd61ce5ddaba344dc0de58dd Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Tue, 18 Apr 2017 01:06:22 -0500 Subject: [PATCH] Work around conda-build bug for ecl (https://github.com/conda-forge/ecl-feedstock/issues/5) --- .test-py2.yml | 1 + .test-py3.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.test-py2.yml b/.test-py2.yml index 6930208..5f49f24 100644 --- a/.test-py2.yml +++ b/.test-py2.yml @@ -10,4 +10,5 @@ dependencies: - conda-forge::sympy - python=2.7 - symengine/label/dev::python-symengine=0.2.0.53.g83912b7=py27_1 + - ecl=16.1.3=2 - maxima diff --git a/.test-py3.yml b/.test-py3.yml index 24910d5..2e5f380 100644 --- a/.test-py3.yml +++ b/.test-py3.yml @@ -9,4 +9,5 @@ dependencies: - conda-forge::sympy - python=3.5 - symengine/label/dev::python-symengine=0.2.0.53.g83912b7=py35_1 + - ecl=16.1.3=2 - maxima -- GitLab