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
GFZ_Tools_EnMAP_BOX
enpt_enmapboxapp
Commits
03cd0b97
Commit
03cd0b97
authored
Jun 18, 2021
by
Daniel Scheffler
Browse files
Update enpt in test job.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
3d36f771
Pipeline
#24652
failed with stages
in 62 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
03cd0b97
...
...
@@ -15,6 +15,9 @@ test_enpt_enmapboxapp:
# install enpt_enmapboxapp, otherwise the executable scripts are not in place
-
pip install -e .
# update enpt to be sure all parameters are covered by the GUI
-
mamba update -c conda-forge enpt
# simulate DISPLAY for Qt
-
Xvfb :1 -screen 0 1024x768x16 &> xvfb.log & DISPLAY=:1.0
-
export DISPLAY=:1.0
...
...
@@ -70,10 +73,10 @@ test_enpt_enmapboxapp_install:
script
:
-
source /root/miniconda3/bin/activate
# update conda and python and
install
mamba
# update conda and python and
update
mamba
-
conda update -n base -c conda-forge conda
# - conda update -c conda-forge python
-
conda
install
-c conda-forge mamba
-
conda
update
-c conda-forge mamba
# create an environment containing qgis, enpt and the EnMAP-Box requirements
-
mamba env create -f tests/gitlab_CI_docker/context/environment_enpt_enmapboxapp.yml
...
...
Write
Preview
Markdown
is supported
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