From 595e24b2542d45cc313b00a52a85343c5212a23a Mon Sep 17 00:00:00 2001
From: "[6~" <inform@tiker.net>
Date: Tue, 12 May 2020 20:24:42 -0500
Subject: [PATCH] Github examples CI job: add another dep

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

diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml
index a7d4c6d4..f277a485 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -37,3 +37,6 @@ dependencies:
 
     # requires pymetis for tests for partition_mesh
     - git+https://gitlab.tiker.net/inducer/pymetis.git
+
+    # required for plot-connectivity.py example
+    - git+https://gitlab.tiker.net/inducer/pyvisfile.git
-- 
GitLab