Skip to content
Snippets Groups Projects
Commit 08fac2fd authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'fix-benchmarks' into 'master'

Gitlab CI benchmarks: py3.6 -> py3

See merge request !138
parents 64a06048 14ddc2ae
No related branches found
No related tags found
1 merge request!138Gitlab CI benchmarks: py3.6 -> py3
Pipeline #64206 passed with warnings
......@@ -105,8 +105,7 @@ Flake8:
Benchmarks:
script:
- sed 's/python=3/python=3.6/' .test-conda-env-py3.yml > .test-conda-env.yml
- CONDA_ENVIRONMENT=.test-conda-env.yml
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- PROJECT=sumpy
- PYOPENCL_TEST=portable:pthread
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-benchmark-py-project.sh
......
......@@ -75,6 +75,8 @@
"pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""],
"pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""],
"pip+git+https://github.com/inducer/loopy#egg=loopy": [""],
// https://github.com/pypa/pip/issues/8667
"pip" : ["<20.2"],
},
// Combinations of libraries/python versions can be excluded/included
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment