From dc41f50e6e081e2a2a7b3dc767eca6d0aaca211c Mon Sep 17 00:00:00 2001 From: Daniel Scheffler <danschef@gfz-potsdam.de> Date: Thu, 8 Feb 2024 21:39:37 +0100 Subject: [PATCH] Install sensormapgeo from pip for now. Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de> --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6b932a5..1696458d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ test_enpt: # update some dependencies # - pip install 'geoarray>=0.15.8' # - pip install 'py_tools_ds>=0.14.23' - - mamba install "sicor>=0.19.1" + - mamba install "sicor>=0.19.1" joblib gdal>=3.8 + - pip install 'sensormapgeo>=1.0.0' # TODO remove this and install from conda-forge is available # install sicor and perhaps switch sicor branch # - rm -rf context/sicor -- GitLab