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
Daniel Scheffler
py_tools_ds
Commits
73e41e5b
Commit
73e41e5b
authored
Sep 02, 2020
by
Daniel Scheffler
Browse files
Avoid to update conda base environment with the defaults channel.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
9cb17b13
Pipeline
#12239
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73e41e5b
...
...
@@ -53,7 +53,7 @@ test_py_tools_ds_install:
-
source activate py_tools_ds_testinstall
# update conda and python
-
conda update -n base -c
defaults
conda
-
conda update -n base -c
conda-forge
conda
# - conda update -c conda-forge python
# avoid package incompatibilities due to usage of wrong channels
...
...
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