p6m-actions/Python Poetry Setup
A Github Action to setup Poetry and caching for Poetry Virtual Environments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of poetry to install. If not specified, defaults to the latest. | no | — |
| python-version | The version of Python to install. If not specified, does not modify the system-installed python. | no | — |
Outputs
| name | description |
|---|---|
| version | The version of poetry actually installed. |
| python-version | The version of Python actually installed. |