moneymeets/Install Python and Poetry
Set up a specific version of Poetry with specific version of Python and install dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| poetry_version | Poetry version to install | no | — |
| python_version | Python version to use | no | — |
| ssh_key | SSH key to use to clone private repositories | no | — |
| working_directory | Working directory, defaults to GITHUB_WORKSPACE | no | ${{ github.workspace }} |
| with_checks | Perform checks during Python setup | no | true |
| poetry_cache_enabled | Caching of Poetry environment | — | true |
Outputs
| name | description |
|---|---|
| python-version | Python version |
| poetry-version | Poetry version |