neutrons/conda-verify
Install and import a conda package with micromamba
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| local-channel | Local conda channel (path to directory containing .conda file) For example, if the .conda artifact is downloaded to `/tmp/local-channel/linux-64`, this should be set to `/tmp/local-channel` | no | — |
| package-name | Name of the package to install and verify | yes | — |
| module-name | Name of the python module, if different from package name | no | — |
| python-version | Python version to use when setting up micromamba | no | 3.10 |
| extra-channels | Additional channels to use when installing the package Note, conda-forge is included by default Example: channels: mantid neutrons | no | — |
| extra-commands | Additional bash commands to be run during the verification step. | no | — |
Outputs
no outputs