Skip to content
Snippets Groups Projects
Commit e92d1170 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Up

parent 0c608967
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -19,7 +19,7 @@ cache: ...@@ -19,7 +19,7 @@ cache:
before_script: before_script:
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - 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 - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip python3-tk
- pip3 install --upgrade pip - pip3 install --upgrade pip
- pip3 install scipy matplotlib nose coverage cython - pip3 install scipy matplotlib nose coverage cython
- pip3 list - pip3 list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment