From 66224aeb506613ef76234e44f42dfc05546d7885 Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Wed, 6 Jan 2021 16:04:42 +0100 Subject: [PATCH] Replaced wrong conda command against 'source'. Signed-off-by: Daniel Scheffler --- HISTORY.rst | 3 ++- tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index bbc69b2..b812d81 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ History * Fixed typo in the docs. * Updated test_gms_preprocessing_install CI job. +* Replaced wrong conda command against 'source'. 0.19.4 (2020-12-10) @@ -24,7 +25,7 @@ History 0.19.3 (2020-12-03) ------------------- -* Fixed issue #107 by updating py_tools_ds to v0.16.3 +* Fixed issue #107 by updating py_tools_ds to v0.16.3. 0.19.2 (2020-11-28) diff --git a/tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh b/tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh index 03fa77d..f2b1c87 100644 --- a/tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh +++ b/tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -conda /root/miniconda3/bin/activate ci_env +source /root/miniconda3/bin/activate ci_env # copy sicor cache files to sicor root directory (speeds up SICOR CI tests because table subsets dont have to be created each time) # -> sicor root directory is the default directory of these cache files if sicor_cache_dir is not set in EnPT options -- GitLab