From 7c3a0a2c8946a42d8114a75e86a184a3d50646d9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 7 Jul 2017 19:12:24 -0500 Subject: [PATCH] [CI] Don't attempt to install Sympy on Py2.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c14a54..caf2137 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ Python 3.5 Apple: Python 2.6: script: - py_version=2.6 - - EXTRA_INSTALL="numpy sympy" + - EXTRA_INSTALL="numpy" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" tags: -- GitLab