diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58c1ed2e09100f73e1b5f56aca62cf8bc28eb7e0..71c43279a1c76cf57999aedd283d780598ab9117 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"