From 75c15045dab511b47a339b1a319adcff84a86507 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Fri, 28 Apr 2017 14:17:53 +0200 Subject: [PATCH] Up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 297558b..1f8f374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ before_script: - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk - - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y matplotlib + - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3-matplotlib - pip3 install --upgrade pip - pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex - pip3 list -- GitLab