Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
sensormapgeo
Commits
3ceea8ec
Commit
3ceea8ec
authored
Jan 07, 2020
by
Daniel Scheffler
Browse files
Fix.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
e97639c1
Pipeline
#5495
failed with stages
in 3 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ceea8ec
...
...
@@ -53,7 +53,8 @@ test_sensormapgeo_install:
-
source activate sensormapgeo_testinstall
# resolve some requirements with conda
-
conda install --yes -q -c conda-forge numpy gdal libgdal pyresample pyqt scikit-image rasterio pyproj lxml geopandas ipython
-
conda install --yes -q -c conda-forge gdal libgdal
-
conda install --yes -q -c conda-forge numpy pyresample pyqt scikit-image rasterio pyproj lxml geopandas ipython
# run installer
-
python setup.py install
...
...
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
3ceea8ec
...
...
@@ -8,6 +8,7 @@ dependencies:
-
pip
# avoids that conda uses the wrong pip
-
numpy
-
gdal
-
conda-forge::libgdal
# force to use conda-forge for libgdal to avoid package version incompatiblies due to mixed channels (libkea.so.1.4.7: cannot open shared object file: No such file or directory)
-
pyresample>=1.11.0
# py_tools_ds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment