From de411b4df80774ececfa1ef9d5ca3b27015eb400 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Tue, 12 May 2020 09:26:15 -0500 Subject: [PATCH] Also install cython for exmaples, because it's in requirements.txt --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6287eafa..c61896cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,8 @@ Python 3 POCL Examples: - test -n "$SKIP_EXAMPLES" && exit - export PY_EXE=python3 - export PYOPENCL_TEST=portable:pthread - - export EXTRA_INSTALL="pybind11 numpy mako" + # cython is here because pytential (for now, for TS) depends on it + - export EXTRA_INSTALL="pybind11 cython numpy mako" - 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