Skip to content

Commit

Permalink
Conda Gitlab CI: Limit POCL to CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 25, 2023
1 parent f7f7c4c commit a572a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Python 3 Conda:
script: |
export SUMPY_FORCE_SYMBOLIC_BACKEND=symengine
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS:-"-m 'not slowtest'"}
export PYOPENCL_TEST=portable:cpu
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
build_py_project_in_conda_env
Expand Down

0 comments on commit a572a38

Please sign in to comment.