We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5a0a3 commit 1f124f8Copy full SHA for 1f124f8
.travis.yml
@@ -21,10 +21,10 @@ before_install:
21
- curl micro.mamba.pm/install.sh | bash
22
- export PATH="$HOME/micromamba/bin:$PATH"
23
- hash -r
24
- - eval "$(micromamba shell hook --shell=bash)"
25
- micromamba config set always_yes true
26
- micromamba config set changeps1 false
27
- micromamba config set show_channel_urls true
+ - eval "$(micromamba shell hook --shell=bash)"
28
29
install:
30
- micromamba env create --file ci/environment.yml
0 commit comments