Skip to content

Commit ccc8cbf

Browse files
authored
Fix busted Gitlab CI config update
1 parent 82b002d commit ccc8cbf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Pytest POCL:
66
stage: test
77
script:
88
- export PYOPENCL_TEST=portable:pthread
9-
- export
10-
NSTALL="pybind11 numpy mako"
9+
- export EXTRA_INSTALL="pybind11 numpy mako"
1110
- export LOOPY_NO_CACHE=1
1211
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
1312
- ". ./build-and-test-py-project.sh"

0 commit comments

Comments
 (0)