We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a6cbb commit 2734e52Copy full SHA for 2734e52
.circleci/config.yml
@@ -98,7 +98,7 @@ jobs:
98
command: |
99
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
100
eval "$(./bin/micromamba shell hook -s posix)"
101
- ./bin/micromamba shell init -s bash -p ~/micromamba
+ ./bin/micromamba shell init -s bash -r ~/micromamba
102
source ~/.bashrc
103
104
- checkout:
0 commit comments