From ccc8cbf570c9f9d55fcf389a302f736ff8238b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 28 Jun 2022 15:24:40 -0500 Subject: [PATCH] Fix busted Gitlab CI config update --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0db0d331d..1f9786949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ Pytest POCL: stage: test script: - export PYOPENCL_TEST=portable:pthread - - export - NSTALL="pybind11 numpy mako" + - export EXTRA_INSTALL="pybind11 numpy mako" - export LOOPY_NO_CACHE=1 - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" -- GitLab