From 71ce8fd2f0e0c2a3310e1c23a8074223cf696e79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Wed, 11 Aug 2021 22:26:08 +0000
Subject: [PATCH] Install matplotlib for gitlab docs CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2bd1a243..15a1b0cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,7 @@ Python 3 Conda Examples:
 
 Documentation:
   script:
-  - EXTRA_INSTALL="pybind11 numpy"
+  - EXTRA_INSTALL="pybind11 numpy matplotlib"
   - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh
   - ". ./build-docs.sh"
   tags:
-- 
GitLab