From 4eb31382128aaab0f5cf2114b7c5dc14387d1394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 31 May 2020 02:58:58 +0200 Subject: [PATCH] Apply suggestion to .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdcc0e80..0ff1485f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ Python 3.6 Conda: reports: junit: test/pytest.xml -Python 3.6 Pocl Titan X: +Python 3.6 POCL Titan X: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 -- GitLab