From ab5878238f618ff3134bcf3610c9f36934682a1d Mon Sep 17 00:00:00 2001 From: Sander Bollen <a.h.b.bollen@lumc.nl> Date: Mon, 18 Mar 2019 17:19:09 +0100 Subject: [PATCH] update package list --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36ae721..8ccd81a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ build: tags: - docker script: - - apt-get install python-numpy + - apt-get update && apt-get install python-numpy - pip install --upgrade Cython - pip install --upgrade numpy - pip install --upgrade pip setuptools wheel -- GitLab