We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a572a38 commit 9e6f5b9Copy full SHA for 9e6f5b9
.gitlab-ci.yml
@@ -6,7 +6,7 @@
6
7
Python 3 POCL:
8
script: |
9
- export PYOPENCL_TEST="portable:pthread"
+ export PYOPENCL_TEST="portable:cpu"
10
export PYTEST_ADDOPTS=${PYTEST_ADDOPTS:-"-m 'not slowtest'"}
11
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako"
12
curl -L -O https://tiker.net/ci-support-v0
@@ -49,7 +49,7 @@ Python 3 Intel:
49
Python 3 POCL Examples:
50
51
test -n "$SKIP_EXAMPLES" && exit
52
- export PYOPENCL_TEST=portable:pthread
+ export PYOPENCL_TEST=portable:cpu
53
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako matplotlib pyvisfile"
54
55
. ci-support-v0
0 commit comments