Skip to content

Commit 1f124f8

Browse files
committed
Initialize micromamba shell before installing
1 parent 6d5a0a3 commit 1f124f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ before_install:
2121
- curl micro.mamba.pm/install.sh | bash
2222
- export PATH="$HOME/micromamba/bin:$PATH"
2323
- hash -r
24-
- eval "$(micromamba shell hook --shell=bash)"
2524
- micromamba config set always_yes true
2625
- micromamba config set changeps1 false
2726
- micromamba config set show_channel_urls true
27+
- eval "$(micromamba shell hook --shell=bash)"
2828

2929
install:
3030
- micromamba env create --file ci/environment.yml

0 commit comments

Comments
 (0)