From a6ed4aa0fa4b3789da7a2f3851320e3a5a830fb3 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Mon, 21 Jan 2019 23:39:42 -0600 Subject: [PATCH] Add symengine and scipy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71bf42d..70b78b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ Python 3.5 Apple: Pylint: script: - - EXTRA_INSTALL="numpy sympy pexpect" + - EXTRA_INSTALL="numpy sympy symengine scipy pexpect" - py_version=3.6 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - ". ./prepare-and-run-pylint.sh pymbolic test/test_*.py" -- GitLab