-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use mamba solver instead of conda solver #715
Conversation
Codecov Report
@@ Coverage Diff @@
## main #715 +/- ##
=====================================
Coverage 94.4% 94.4%
=====================================
Files 43 43
Lines 3448 3448
=====================================
Hits 3257 3257
Misses 191 191 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please:
- Uncomment these lines:
message_ix/.github/workflows/conda.yaml
Lines 9 to 11 in 4663f1d
# Uncomment to debug # pull_request: # branches: [ main ] - Commit with a message like "TEMPORARY …"
- Push.
- Confirm that the workflow passes with this change, e.g. by leaving a comment or updating the PR description like "Note here that the jobs all pass with this change."
- Drop the temporary commit from the branch, e.g.
git reset --hard HEAD~1 && git push --force
.
((5) isn't necessary if the PR will be squash-merged.)
d956c04
to
b2b14e7
Compare
The tests all pass using the mamba solver. Thus, I will
|
* Remove pin of message-ix version
875a640
to
ff25045
Compare
Since we pinned the message-ix version to help the conda workflow pass, we need to keep this version number up-to-date.The above was true in principle, but did not solve our CI conda-forge test problems. As suggested in conda/conda/issues/12741, replacing the conda solver with the mamba solver did. This even allows us to remove the message_ix version pin entirely.
How to review
PR checklist