From 9397eafa18a87a665acb9a118c7779fd13c5d2a1 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Wed, 6 Sep 2017 17:56:34 -0500 Subject: [PATCH] Add comment about why caching is disabled. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 007753e4..946ff3b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ Python 3.6 POCL: Python 3.5 Conda: script: + # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 - export SUMPY_FORCE_SYMBOLIC_BACKEND=symengine - CONDA_ENVIRONMENT=.test-conda-env-py3.yml -- GitLab