We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fbc21 commit f82cf1fCopy full SHA for f82cf1f
.travis.yml
@@ -21,7 +21,9 @@ before_install:
21
- curl micro.mamba.pm/install.sh | bash
22
- export PATH="$HOME/micromamba/bin:$PATH"
23
- hash -r
24
- - micromamba config --set always_yes yes --set changeps1 no --set show_channel_urls true
+ - micromamba config --set always_yes true
25
+ - micromamba config --set changeps1 false
26
+ - micromamba config --set show_channel_urls true
27
28
install:
29
- micromamba env create --file ci/environment.yml
0 commit comments