diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de905d7bf2adc5a2b29405c2ad3275e8b73f6ada..4bf9c5ca56e17d8f6e79c5b744996c7bb5d50e16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ test_geoarray_install: - conda create -y -q --name geoarray_testinstall python=3 - source activate geoarray_testinstall # resolve some requirements with conda - - conda install --yes -q -c conda-forge numpy scikit-image matplotlib geopandas gdal rasterio pyproj basemap shapely + - conda install --yes -q -c conda-forge numpy scikit-image matplotlib geopandas gdal rasterio pyproj basemap shapely pyresample - conda install --yes -q -c conda-forge libgdal ncurses # Fix for libgdal installed from defaults channel causing libkea.so.1.4.7: cannot open shared object file: No such file or directory # - conda install --yes -q -c conda-forge kealib # fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory # run installer diff --git a/tests/CI_docker/context/environment_geoarray.yml b/tests/CI_docker/context/environment_geoarray.yml index 8cee859f47f0c243acbe2552d6dc5043f5b17b16..e7d647dbf99cbe452de478e27de3dee3d508b27f 100644 --- a/tests/CI_docker/context/environment_geoarray.yml +++ b/tests/CI_docker/context/environment_geoarray.yml @@ -21,6 +21,7 @@ dependencies: - shapely - holoviews - bokeh + - pyresample - pip: - dicttoxml - jsmin