From ce222beac397b8aa3ca0d533087ec8c108aa91e2 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavalias-github@xavier.robin.name> Date: Tue, 28 Nov 2023 15:43:51 +0100 Subject: [PATCH] fix: we disabled numpy support a while ago --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b88e8eac6..35d978d02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,6 @@ test:centos7.3: -DENABLE_INFO=OFF -DENABLE_GFX=OFF -DENABLE_GUI=OFF - -DUSE_NUMPY=1 -DUSE_RPATH=1 -DPython_ROOT_DIR=$EBROOTPYTHON -DEIGEN3_INCLUDE_DIR=$EBROOTEIGEN/include -- GitLab