From 09ec1d5ad16aa4d86711bce7842125677a85d5ea Mon Sep 17 00:00:00 2001 From: Henry <henry.korb@geo.uu.se> Date: Sat, 19 Nov 2022 16:59:24 +0100 Subject: [PATCH] WIP update pipeline python isntall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 006eb0453..de9aeb3ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -195,7 +195,7 @@ gcc_9_python_bindings_test: before_script: - export PYTHONPATH="Python" - - pip3 install -e . --install-option="-DBUILD_VF_CPU=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache" + - pip3 install -e . --global-option="-DBUILD_VF_CPU=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache" - pip3 install -r Python/requirements.txt script: -- GitLab