From 272402be37132a809a74daa3eff6c879690fe5c2 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 8 Nov 2018 15:15:44 +0100 Subject: [PATCH] Install numpy first --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9982b8..0658a95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - apt-get update -qq && apt-get install -y -qq libhdf5-dev - - pip install -U pip setuptools wheel + - pip install -U pip setuptools wheel numpy - pip install . test: -- GitLab