Skip to content

Commit b2d7260

Browse files
committed
Initialize micromamba shell before installing
1 parent e1f23f3 commit b2d7260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ 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)"
2425
- micromamba config set always_yes true
2526
- micromamba config set changeps1 false
2627
- micromamba config set show_channel_urls true
2728

2829
install:
29-
- eval "$(micromamba shell hook --shell=bash)"
3030
- micromamba env create --file ci/environment.yml
3131
- micromamba activate proplot-dev
3232
- micromamba list

0 commit comments

Comments
 (0)