Skip to content
Prev Previous commit
Next Next commit
Another attempt to fix micromamba issues
  • Loading branch information
lukelbd committed Jun 6, 2023
commit 781895d0b49fc8e2dc16c002ae5abc5649cd4db7
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ before_install:
- 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
- eval "$(micromamba shell hook --shell=bash)"
Comment thread
lukelbd marked this conversation as resolved.
Outdated
- micromamba activate proplot-dev
- micromamba list
- which micromamba
Expand Down