actions-marketplace-validations/Pyenv Build
Enables use of pyenv within build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| command | what command to execute for each python version, runs within the default shell | yes | — |
| default | what is the default python version, automatically installs this version with pyenv even if not listed in the "versions" input. | no | — |
| versions | A list of python versions to install with pyenv separated by comma. (e.g.: "3.6.5,3.7.3, 3.2.6") | no | — |
Outputs
| name | description |
|---|---|
| pyenv_root | the full filesystem path from this action |