Skip to content
Prev Previous commit
Next Next commit
Initialize micromamba shell before installing
  • Loading branch information
lukelbd committed Jun 6, 2023
commit 5fa219babaccceb6e36ac672153c91e891c0e945
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
- micromamba config set show_channel_urls true

install:
- eval "$(micromamba shell hook --shell=bash)"
Comment thread
lukelbd marked this conversation as resolved.
Outdated
- micromamba env create --file ci/environment.yml
- micromamba activate proplot-dev
- micromamba list
Expand Down