Skip to content

Commit

Permalink
CI: fixup 3355814
Browse files Browse the repository at this point in the history
- setting libmamba solver failed, comment out for now
  • Loading branch information
fkuehlein committed Jan 22, 2024
1 parent 3355814 commit 7698e85
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 @@ -62,7 +62,7 @@ jobs:
- conda config --set quiet yes --set always_yes yes --set changeps1 no
- travis_retry conda update -n base -c defaults conda
- travis_retry conda update --all
- conda config --set solver libmamba
- # conda config --set solver libmamba # libmamba solver is not available somehow

before_install:
# Python package manager
Expand Down

0 comments on commit 7698e85

Please sign in to comment.