Skip to content

Commit 781895d

Browse files
committed
Another attempt to fix micromamba issues
1 parent 1f124f8 commit 781895d

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
@@ -24,10 +24,10 @@ before_install:
2424
- micromamba config set always_yes true
2525
- micromamba config set changeps1 false
2626
- micromamba config set show_channel_urls true
27-
- eval "$(micromamba shell hook --shell=bash)"
2827

2928
install:
3029
- micromamba env create --file ci/environment.yml
30+
- eval "$(micromamba shell hook --shell=bash)"
3131
- micromamba activate proplot-dev
3232
- micromamba list
3333
- which micromamba

0 commit comments

Comments
 (0)