We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b002d commit ccc8cbfCopy full SHA for ccc8cbf
1 file changed
.gitlab-ci.yml
@@ -6,8 +6,7 @@ Pytest POCL:
6
stage: test
7
script:
8
- export PYOPENCL_TEST=portable:pthread
9
- - export
10
- NSTALL="pybind11 numpy mako"
+ - export EXTRA_INSTALL="pybind11 numpy mako"
11
- export LOOPY_NO_CACHE=1
12
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
13
- ". ./build-and-test-py-project.sh"
0 commit comments