From a6414ea85c2d774e98606c481ead27dbbc8acd98 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Wed, 23 Jan 2019 17:02:16 -0600 Subject: [PATCH] Rename CI job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa420589..049618cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ Python 3.7 Titan X: reports: junit: test/pytest.xml -Python 3.5 Conda: +Python 3.7 Conda: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 -- GitLab