From 13ece5bc20f35de4020e943befa43b961c804b2b Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Thu, 4 Jun 2020 11:26:49 +0200 Subject: [PATCH] add xarray to ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcc8c43..5b272ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ tests: - docker script: - cd python - - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas + - 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 . @@ -21,7 +21,7 @@ pages: - master script: - cd python - - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas + - 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 . -- GitLab