From 853b26944dc7b2946c03faa3f3943002788bde68 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 2 Aug 2020 12:15:48 -0500 Subject: [PATCH] Gitlab CI benchmarks: py3.6 -> py3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1579ae8..6a7d39d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,7 +105,7 @@ Flake8: Benchmarks: script: - - sed 's/python=3/python=3.6/' .test-conda-env-py3.yml > .test-conda-env.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:pthread -- GitLab