From 598d76bdd6cc5a4cc53c129958ed531b6c51e1cf Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 4 Sep 2020 17:20:03 -0500
Subject: [PATCH] Install pymbolic for examples job (on Gitlab too)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9334371..82757f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ Pytest:
 
 Examples:
   script: |
-    EXTRA_INSTALL="numpy"
+    EXTRA_INSTALL="numpy pymbolic"
     curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh
     . ./ci-support.sh
     build_py_project_in_venv
-- 
GitLab