From 63b9dd8c135157f95020d62c1d27a4dc251d245a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 9 Sep 2019 19:49:43 -0500 Subject: [PATCH] Force conda py version to placate asv --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93239ec9..d74930eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,7 +103,8 @@ Flake8: Benchmarks: script: - - CONDA_ENVIRONMENT=.test-conda-env-py3.yml + - sed 's/python=3/python=3.6/' .test-conda-env-py3.yml > .test-conda-env.yml + - CONDA_ENVIRONMENT=.test-conda-env.yml - PROJECT=sumpy - PYOPENCL_TEST=portable - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-benchmark-py-project.sh -- GitLab