Skip to content

Commit a79e253

Browse files
committed
Another attempt to fix micromamba issues
1 parent 3e2299c commit a79e253

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
@@ -27,13 +27,13 @@ before_install:
2727
- curl micro.mamba.pm/install.sh | bash
2828
- export PATH="$HOME/micromamba/bin:$PATH"
2929
- hash -r
30+
- micromamba shell init -s bash -p ~/micromamba
3031
- micromamba config set always_yes true
3132
- micromamba config set changeps1 false
3233
- micromamba config set show_channel_urls true
3334

3435
install:
3536
- micromamba env create --file ci/environment.yml
36-
- eval "$(micromamba shell hook --shell=bash)"
3737
- micromamba activate proplot-dev
3838
- micromamba list
3939
- which micromamba

0 commit comments

Comments
 (0)