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
31ae0224
Commit
31ae0224
authored
Oct 23, 2020
by
Daniel Scheffler
Browse files
Use 'conda activate' instead of deprecated 'source activate'.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
210f9b93
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
31ae0224
...
...
@@ -52,7 +52,7 @@ test_sensormapgeo_install:
# create sensormapgeo environment
-
conda create -y -q --name sensormapgeo_testinstall python=3
-
source
activate sensormapgeo_testinstall
-
conda
activate sensormapgeo_testinstall
# resolve some requirements with conda
# - conda config --set channel_priority strict # otherwise gdal or libgdal may be installed from defaults channel
...
...
HISTORY.rst
View file @
31ae0224
...
...
@@ -2,6 +2,12 @@
History
=======
0.4.7 (coming soon)
-------------------
* Use 'conda activate' instead of deprecated 'source activate'.
0.4.6 (2020-10-12)
------------------
...
...
tests/CI_docker/context/sensormapgeo_ci.docker
View file @
31ae0224
...
...
@@ -8,5 +8,5 @@ COPY *.yml /root/
RUN
/bin/bash
-i
-c
"
\
source /root/miniconda3/bin/activate;
\
conda update -n base -c conda-forge conda ;
\
source
activate ci_env;
\
conda
activate ci_env;
\
conda env update -n ci_env -f /root/environment_sensormapgeo.yml"
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