From 886b8543e5cc4869f67396287e244113f93cc8d2 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 26 Jan 2019 18:12:31 -0600 Subject: [PATCH] Use Py3.7 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0eaf0b4..7f209050 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -256,7 +256,7 @@ Pylint: script: - EXTRA_INSTALL="pybind11 numpy mako matplotlib PyOpenGl IPython" - - py_version=3.6 + - py_version=3.7 # 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. @@ -264,7 +264,7 @@ Pylint: - 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" tags: - - python3.6 + - python3.7 except: - tags -- GitLab