mdanalysis/Install MDAnalysis
Install MDAnalysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 31, 2026
- License
- MIT
Pinned Snippet
uses: mdanalysis/install-mdanalysis@33484959914b47afce665cc7888811f6605ac71c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of MDAnalysis to install. Can be a specified version (e.g. 2.0.0), "develop", or "latest". | yes | latest |
| install-tests | Whether to install MDAnalysisTests | yes | false |
| installer | Installer to use. Must be one of pip, conda, mamba, or micromamba. | yes | pip |
| shell | Which shell to use. If you have a conda environment, you should use `bash -l {0}`. If you are using pip, you should use `bash`, as `bash -l {0}` can fail on Mac runners. | yes | bash |
Outputs
| name | description |
|---|---|
| installed-version | Installed MDAnalysis version |