From 43a03b2b1788b282d2bb0a51981996e465d0e141 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 16:29:46 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eea05b7..8ee0895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ tests: - docker script: - cd python - - pip3 install . + - pip3 install --no-deps ltfatpy madarrays yafe skpomade + - pip3 install --no-deps . - pytest-3 # generate the documentation @@ -17,6 +18,7 @@ pages: - master script: - cd python + - pip3 install --no-deps ltfatpy madarrays yafe skpomade - pip3 install --no-deps . - python3 setup.py build_sphinx - cp -r build/sphinx/html public -- GitLab