From 755b1a07ac076f20469f50baee22e72d8a8e693b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 30 Aug 2019 22:15:14 -0500 Subject: [PATCH] Add gmsh to conda env file --- .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 587b7c91..a7d4c6d4 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -11,6 +11,7 @@ dependencies: - mako - pyopencl - islpy +- gmsh # for Pytential - cython -- GitLab