Conversation
IAlibay
commented
May 31, 2026
| python-version: "3.13" | ||
|
|
||
| - id: get-compatible-python | ||
| uses: MDAnalysis/mdanalysis-compatible-python@main |
Member
Author
There was a problem hiding this comment.
CI for this is broken -- fixing now
Member
Author
There was a problem hiding this comment.
IAlibay
commented
May 31, 2026
| documentation_type: UserGuide + API | ||
|
|
||
| ## Optional entries | ||
| ## Some optional entries |
Member
Author
There was a problem hiding this comment.
This is how you go about testing @orbeckst - you slightly modify a metadata entry, the idea of the design is so that you can isolate & debug without creating noise for a ton of folks
IAlibay
commented
May 31, 2026
|
|
||
| - id: debug-mdanalysistests | ||
| run: | | ||
| mamba install -vv -c conda-forge mdanalysistests |
Member
Author
There was a problem hiding this comment.
interestingly, this works fine
Member
Author
|
Ok looking at our mamba install, it looks like we're hitting: mamba-org/mamba#4251 It's been fixed in the latest release of mamba, but 2.6.0 is the latest version being picked by setup-miniconda |
Member
Author
|
Not sure what's happening with propkatraj, but everything else seems to be working again, so let's go with that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the issue:
There is a bug in the 2.6.0 release of mamba which causes odd behaviour with uppercase install calls. CI has been updated to lowercase all install arguments for now.
Main changes done: