Skip to content

Commit

Permalink
Another attempt to fix micromamba issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Mar 29, 2023
1 parent a48e900 commit 46c12f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ before_install:
- curl micro.mamba.pm/install.sh | bash
- export PATH="$HOME/micromamba/bin:$PATH"
- hash -r
- micromamba shell init -s bash -p ~/micromamba
- 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
- eval "$(micromamba shell hook --shell=bash)"
- micromamba activate proplot-dev
- micromamba list
- which micromamba
Expand Down

0 comments on commit 46c12f3

Please sign in to comment.