From 19bad0dd50a78cab9a537a8c06727e382712131d Mon Sep 17 00:00:00 2001 From: Valentin Emiya <valentin.emiya@lis-lab.fr> Date: Fri, 4 Dec 2020 06:43:33 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26f7b66..a460137 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,6 @@ pages: only: - master script: - - pwd - - ls - cd python - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray - pip3 install 'scipy==1.4.1' -U @@ -29,11 +27,7 @@ pages: - pip3 install --no-deps . - python3 tffpy/tests/ci_config.py - python3 setup.py build_sphinx - - pwd - - ls - cd .. - - pwd - - ls - cp -r python/build/sphinx/html public - ls public artifacts: -- GitLab