diff --git a/.circleci/config.yml b/.circleci/config.yml index c3c17c9..2a844fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,7 +98,7 @@ jobs: command: | curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba eval "$(./bin/micromamba shell hook -s posix)" - ./bin/micromamba shell init -s bash -p ~/micromamba + ./bin/micromamba shell init -s bash -r ~/micromamba source ~/.bashrc - checkout: