We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2299c commit a79e253Copy full SHA for a79e253
.travis.yml
@@ -27,13 +27,13 @@ before_install:
27
- curl micro.mamba.pm/install.sh | bash
28
- export PATH="$HOME/micromamba/bin:$PATH"
29
- hash -r
30
+ - micromamba shell init -s bash -p ~/micromamba
31
- micromamba config set always_yes true
32
- micromamba config set changeps1 false
33
- micromamba config set show_channel_urls true
34
35
install:
36
- micromamba env create --file ci/environment.yml
- - eval "$(micromamba shell hook --shell=bash)"
37
- micromamba activate proplot-dev
38
- micromamba list
39
- which micromamba
0 commit comments