Skip to content
Prev Previous commit
Next Next commit
Try to fix micromamba setup issues
  • Loading branch information
lukelbd committed Jun 6, 2023
commit 5d099bd908c8e74169b5227499fb510338d3febd
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ before_install:
- curl micro.mamba.pm/install.sh | bash
- export PATH="$HOME/micromamba/bin:$PATH"
- hash -r
- micromamba config --set always_yes yes --set changeps1 no --set show_channel_urls true
- micromamba config --set always_yes true
- micromamba config --set changeps1 false
- micromamba config --set show_channel_urls true

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