From d1bac9b2dec7d0d004f3338002748b9937bd7352 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Wed, 26 Apr 2017 14:08:41 +0200 Subject: [PATCH] UP with global ltfatpy installation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95445c2..8d161fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: tags: - docker script: - - pip3 install --target=$SITE_PACKAGES -e . + - pip3 install -e . # Tests test: -- GitLab