Skip to content

Commit

Permalink
Remove mamba requirement (caused issues on travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed May 29, 2022
1 parent efb0370 commit 15e70c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ before_install:
- conda info -a

install:
- conda install -c conda-forge mamba
- mamba env create --file ci/environment.yml
- conda env create --file ci/environment.yml
- source activate proplot-dev
- conda list
- which conda
Expand Down

0 comments on commit 15e70c7

Please sign in to comment.