matrix-org/Setup Python and Poetry

Setup Python and Poetry. Cribbed from snok/install-poetry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryDirectory where the action will execute its commands. Defaults to repository root.no./
python-versionPython version to pass to actions/setup-python@v4.no3.x
poetry-versionPoetry version to install via pip.no2.1.1
extrasIf present, a space-separated list of extras to pass to `poetry install --extra ...`. Either way, dev-dependencies will be installed. no""
groupsIf present, a space-separated list of dependency groups to pass to `poetry install --with ...`. no""
install-projectSet to "false" to disable installing of the project, instead only install deps. notrue

no outputs