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