From 06a6698833e99d62ad3ece29e850106d774bcfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Mon, 19 Aug 2019 19:45:13 +0200 Subject: [PATCH] [CI] Make sure cython is available in doc build as well --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f1e6568..e0331f1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ Python 3 POCL: Documentation: script: - - EXTRA_INSTALL="pybind11 numpy" + - EXTRA_INSTALL="pybind11 cython numpy" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh - ". ./build-docs.sh" tags: -- GitLab