We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d91f commit a8d9c9eCopy full SHA for a8d9c9e
.travis.yml
@@ -24,10 +24,10 @@ before_install:
24
- micromamba config set always_yes true
25
- micromamba config set changeps1 false
26
- micromamba config set show_channel_urls true
27
- - eval "$(micromamba shell hook --shell=bash)"
28
29
install:
30
- micromamba env create --file ci/environment.yml
+ - eval "$(micromamba shell hook --shell=bash)"
31
- micromamba activate proplot-dev
32
- micromamba list
33
- which micromamba
0 commit comments