From 424c9819dae9022b18825b247885f6cf8f520a14 Mon Sep 17 00:00:00 2001 From: Valentin Emiya <valentin.emiya@lis-lab.fr> Date: Thu, 3 Dec 2020 21:20:24 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2aba7bc..0c94b6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ pages: - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray - pip3 install 'scipy==1.4.1' -U - pip3 install 'matplotlib==3.1.2' -U - - pip3 install --no-deps . + - pip3 install --no-deps python/. - python3 python/tffpy/tests/ci_config.py - python3 python/setup.py build_sphinx - pwd -- GitLab