Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
geomultisens
gms_preprocessing
Commits
4c1a3bab
Commit
4c1a3bab
authored
Jan 06, 2021
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test_gms_preprocessing_install CI job.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
aedd8bb8
Pipeline
#17637
passed with stages
in 52 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
.gitlab-ci.yml
.gitlab-ci.yml
+7
-6
HISTORY.rst
HISTORY.rst
+1
-0
No files found.
.gitlab-ci.yml
View file @
4c1a3bab
...
@@ -68,13 +68,14 @@ test_gms_preprocessing_install:
...
@@ -68,13 +68,14 @@ test_gms_preprocessing_install:
stage
:
test
stage
:
test
script
:
script
:
-
source /root/miniconda3/bin/activate
-
source /root/miniconda3/bin/activate
-
conda update conda
-
conda create -y -q -c conda-forge --name gms_test python=3
-
conda activate gms_test
# update conda and python
# update conda and python
-
conda update -n base -c conda-forge conda
-
conda update -c conda-forge conda
# - conda update -c conda-forge python
# - conda update -c conda-forge python
# create gms_test environment
-
conda create -y -q -c conda-forge --name gms_test python=3
-
conda activate gms_test
# avoid package incompatibilities
# avoid package incompatibilities
# - conda config --set channel_priority strict # otherwise gdal or libgdal may be installed from defaults channel
# - conda config --set channel_priority strict # otherwise gdal or libgdal may be installed from defaults channel
...
@@ -86,7 +87,7 @@ test_gms_preprocessing_install:
...
@@ -86,7 +87,7 @@ test_gms_preprocessing_install:
-
conda install -y -c conda-forge pyfftw pykrige
-
conda install -y -c conda-forge pyfftw pykrige
# install not pip-installable deps of sicor
# install not pip-installable deps of sicor
-
conda install -y
-q
-c conda-forge glymur pygrib cachetools pyhdf h5py pytables llvmlite numba
-
conda install -y -c conda-forge glymur pygrib cachetools pyhdf h5py pytables llvmlite numba
# install gms_preprocessing
# install gms_preprocessing
-
pip install -e .
-
pip install -e .
...
...
HISTORY.rst
View file @
4c1a3bab
...
@@ -6,6 +6,7 @@ History
...
@@ -6,6 +6,7 @@ History
--------------------
--------------------
* Fixed typo in the docs.
* Fixed typo in the docs.
* Updated test_gms_preprocessing_install CI job.
0.19.4 (2020-12-10)
0.19.4 (2020-12-10)
...
...
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