From 6d96ccf204db82393d2eb55e09a450bf3bba0dd7 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Wed, 23 Jan 2019 17:22:38 -0600 Subject: [PATCH] Try 3.6 instead --- .gitlab-ci.yml | 2 +- .test-conda-env-py3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 049618cf..59877cae 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.7 Conda: +Python 3.6 Conda: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index f36b1bd4..a696dc8d 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -10,7 +10,7 @@ dependencies: - pocl - islpy - pyopencl -- python=3.7 +- python=3.6 - symengine=0.3.0 - python-symengine=0.3.0 # things not in here: loopy boxtree pymbolic pyfmmlib -- GitLab