From 4a9fa00385e7a29e912e945301b72694a6f6b758 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 29 Jul 2020 16:23:15 -0500
Subject: [PATCH] Drop pyvisfile from EXTRA_INSTALL for examples Gitlab CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 282d57f7..501aa690 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ Python 3 POCL Examples:
   - export PY_EXE=python3
   - export PYOPENCL_TEST=portable:pthread
   # cython is here because pytential (for now, for TS) depends on it
-  - export EXTRA_INSTALL="pybind11 cython numpy mako pyvisfile matplotlib"
+  - export EXTRA_INSTALL="pybind11 cython numpy mako matplotlib"
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh
   - ". ./build-py-project-and-run-examples.sh"
   tags:
-- 
GitLab