From 43a9c385fdeb9cd80c83985c925072ed4ba35770 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 24 Jan 2019 17:57:45 -0600 Subject: [PATCH] Fix syntax --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58c1ed2e..71c43279 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -257,9 +257,9 @@ Pylint: script: - EXTRA_INSTALL="pybind11 numpy mako" - py_version=3.6 - - # After installation, PyOpenCL cannot be used from the source directory due - - # to package shadowing. To work around this, build in editable mode so there - - # is only one copy of everything. + # After installation, PyOpenCL cannot be used from the source directory due + # to package shadowing. To work around this, build in editable mode so there + # is only one copy of everything. - PROJECT_INSTALL_FLAGS="--editable" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py" -- GitLab