From f76a976a98dbde2289b73ec5876cc57ec2d684bd Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 25 Jun 2023 21:34:05 -0500 Subject: [PATCH] Conda Gitlab CI: Limit POCL to CPU --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23e3a02..76110d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,8 @@ Python 3 POCL Examples: Python 3 Conda: script: | + export PYOPENCL_TEST=portable:cpu + # Avoid crashes like https://gitlab.tiker.net/inducer/arraycontext/-/jobs/536021 sed -i 's/jax/jax !=0.4.6/' .test-conda-env-py3.yml -- GitLab