From 3a6346752267db242cd41b14f12b4c63dbadeebe Mon Sep 17 00:00:00 2001 From: rhpvorderman <r.h.p.vorderman@lumc.nl> Date: Tue, 22 Oct 2019 11:12:06 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea2f40c..4a34866 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,5 @@ build: - docker script: - pip install --upgrade pip setuptools wheel + - pip install cython - pip install '.' -- GitLab