matrix-org/Setup Python and Poetry
Setup Python and Poetry. Cribbed from snok/install-poetry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory where the action will execute its commands. Defaults to repository root. | no | ./ |
| python-version | Python version to pass to actions/setup-python@v4. | no | 3.x |
| poetry-version | Poetry version to install via pip. | no | 2.1.1 |
| extras | If present, a space-separated list of extras to pass to `poetry install --extra ...`. Either way, dev-dependencies will be installed. | no | "" |
| groups | If present, a space-separated list of dependency groups to pass to `poetry install --with ...`. | no | "" |
| install-project | Set to "false" to disable installing of the project, instead only install deps. | no | true |
Outputs
no outputs