From aaa08aff732e4dbb2546be0ee08956a62885efdd Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 9 Sep 2019 16:49:09 -0500
Subject: [PATCH] Conda builds: Install pyfmmlib to avoid skipping tests

---
 .test-conda-env-py3.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml
index 52349fc9..e0434a18 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -14,6 +14,7 @@ dependencies:
 - python=3
 - symengine=0.3.0
 - python-symengine=0.3.0
+- pyfmmlib
 
 - pip
 - pip:
-- 
GitLab