From 70e0c4fd684c52616f36d86a6b1f6bfd816034cb Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 26 Jan 2019 18:21:01 -0600 Subject: [PATCH] Revert "Revert "Make sure POCL is installed?"" This reverts commit 8811fc6964869522522891898d72844feaffeeaf. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f209050..3d42366f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,6 +253,7 @@ # reports: # junit: test/pytest.xml # + Pylint: script: - EXTRA_INSTALL="pybind11 numpy mako matplotlib PyOpenGl IPython" @@ -265,6 +266,7 @@ Pylint: - ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py" tags: - python3.7 + - pocl except: - tags -- GitLab