Skip to content

Commit f82cf1f

Browse files
committed
Try to fix micromamba setup issues
1 parent 35fbc21 commit f82cf1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ before_install:
2121
- curl micro.mamba.pm/install.sh | bash
2222
- export PATH="$HOME/micromamba/bin:$PATH"
2323
- hash -r
24-
- micromamba config --set always_yes yes --set changeps1 no --set show_channel_urls true
24+
- micromamba config --set always_yes true
25+
- micromamba config --set changeps1 false
26+
- micromamba config --set show_channel_urls true
2527

2628
install:
2729
- micromamba env create --file ci/environment.yml

0 commit comments

Comments
 (0)