Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent 3db47ae commit e59586b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ci/launch_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e59586b

Please sign in to comment.