From a9716ff99a4d6e897f9873369620a31e9c147632 Mon Sep 17 00:00:00 2001 From: Valentin Emiya <valentin.emiya@lis-lab.fr> Date: Fri, 4 Dec 2020 05:58:15 +0100 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 d5dcabc..e31dd03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ pages: - pip3 install 'scipy==1.4.1' -U - pip3 install 'matplotlib==3.1.2' -U - pip3 install --no-deps . + - python3 tffpy/tests/ci_config.py - python3 setup.py build_sphinx - pwd - ls -- GitLab