snok/Install Poetry Action
Installs and configures Poetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The Poetry version to install | yes | latest |
| virtualenvs-create | Whether Poetry should create a virtualenv or not | no | true |
| virtualenvs-in-project | Whether Poetry should create virtualenvs in the project directory or not | no | false |
| virtualenvs-path | The Poetry virtualenv path | no | {cache-dir}/virtualenvs |
| installer-parallel | Whether to install many packages at once or one by one. This can fix PyPI DNS resolution errors, but also slows down the installation | no | true |
| installation-arguments | Arguments passed directly to the Poetry installation script. For example --force. | no | — |
| plugins | Whitespace-delimited list of poetry plugins to install. Requires Poetry>=1.2 | no | — |
Outputs
no outputs