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 e1f23f3 commit b2d7260Copy full SHA for b2d7260
.travis.yml
@@ -21,12 +21,12 @@ 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
28
29
install:
- - eval "$(micromamba shell hook --shell=bash)"
30
- micromamba env create --file ci/environment.yml
31
- micromamba activate proplot-dev
32
- micromamba list
0 commit comments