From e59586b87708bc9e10fb7b228f4317230d7733c0 Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Mon, 18 Dec 2023 15:16:39 +0100 Subject: [PATCH] update ci --- ci/build.sh | 4 ++-- ci/launch_test.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 39d6f0f..d0bb53a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -7,9 +7,9 @@ then elif [ -e ~/miniconda3/etc/profile.d/conda.sh ] then source ~/miniconda3/etc/profile.d/conda.sh -elif [ -e ~/miniconda/etc/profile.d/conda.sh ] +elif [ -e /usr/share/miniconda/etc/profile.d/conda.sh ] then - source ~/miniconda/etc/profile.d/conda.sh + source /usr/share/miniconda/etc/profile.d/conda.sh elif [ -e ~/miniforge3/etc/profile.d/conda.sh ] then source ~/miniforge3/etc/profile.d/conda.sh diff --git a/ci/launch_test.sh b/ci/launch_test.sh index 91512d6..30701d7 100755 --- a/ci/launch_test.sh +++ b/ci/launch_test.sh @@ -7,9 +7,9 @@ then elif [ -e ~/miniconda3/etc/profile.d/conda.sh ] then source ~/miniconda3/etc/profile.d/conda.sh -elif [ -e ~/miniconda/etc/profile.d/conda.sh ] +elif [ -e /usr/share/miniconda/etc/profile.d/conda.sh ] then - source ~/miniconda/etc/profile.d/conda.sh + source /usr/share/miniconda/etc/profile.d/conda.sh elif [ -e ~/miniforge3/etc/profile.d/conda.sh ] then source ~/miniforge3/etc/profile.d/conda.sh