Skip to content
Prev Previous commit
Next Next commit
Initialize micromamba shell before installing
  • Loading branch information
lukelbd committed Jun 6, 2023
commit 1f124f8deb834c8f45a5b71e62e0c9da2d936183
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ before_install:
- curl micro.mamba.pm/install.sh | bash
- export PATH="$HOME/micromamba/bin:$PATH"
- hash -r
- eval "$(micromamba shell hook --shell=bash)"
- micromamba config set always_yes true
- micromamba config set changeps1 false
- micromamba config set show_channel_urls true
- eval "$(micromamba shell hook --shell=bash)"

install:
- micromamba env create --file ci/environment.yml
Expand Down