Skip to content
GitLab
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
c83316db
Commit
c83316db
authored
Feb 08, 2021
by
Daniel Scheffler
Browse files
Fix CI job.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
ae4facc3
Pipeline
#19198
canceled with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c83316db
...
...
@@ -12,6 +12,8 @@ test_sensormapgeo:
script
:
-
source /root/miniconda3/bin/activate ci_env
-
pip install pyresample<1.17.0
# https://github.com/pytroll/pyresample/issues/325
# run nosetests
-
make nosetests
...
...
@@ -65,7 +67,7 @@ test_sensormapgeo_install:
# resolve some requirements with conda
# - conda config --set channel_priority strict # otherwise gdal or libgdal may be installed from defaults channel
-
conda install --yes -q -c conda-forge numpy gdal pyresample pyqt scikit-image pyproj lxml geopandas ipython _openmp_mutex=*=*llvm*
-
conda install --yes -q -c conda-forge numpy gdal
'
pyresample
<1.17.0'
pyqt scikit-image pyproj lxml geopandas ipython _openmp_mutex=*=*llvm*
# run installer
-
python setup.py install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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