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 f82cf1f commit 91a7df6Copy full SHA for 91a7df6
.travis.yml
@@ -21,9 +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 true
25
- - micromamba config --set changeps1 false
26
- - micromamba config --set show_channel_urls true
+ - micromamba config set always_yes true
+ - micromamba config set changeps1 false
+ - micromamba config set show_channel_urls true
27
28
install:
29
- micromamba env create --file ci/environment.yml
0 commit comments