Skip to content

Commit a572a38

Browse files
committed
Conda Gitlab CI: Limit POCL to CPU
1 parent f7f7c4c commit a572a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Python 3 Conda:
6666
script: |
6767
export SUMPY_FORCE_SYMBOLIC_BACKEND=symengine
6868
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS:-"-m 'not slowtest'"}
69+
export PYOPENCL_TEST=portable:cpu
6970
curl -L -O https://tiker.net/ci-support-v0
7071
. ci-support-v0
7172
build_py_project_in_conda_env

0 commit comments

Comments
 (0)