robpol86/Initialize Dependencies

Install Python Poetry project dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python-versionPython version to installno3.10
poetry-versionPoetry version to installno1.1.13
install-cmdOverride poetry install command, overrides no-dev and poetry-install-cmd*no""
no-devWhether to exclude tool.poetry.dev-dependencies in pyproject.tomlnofalse
poetry-install-cmdCommand to install all project dependenciesnopoetry install
poetry-install-cmd-no-devCommand to install project dependencies without dev-dependenciesnopoetry install --no-dev
postargsAppend arguments to the install commandno""
cache-busterAppend string to cache keyno""
namedescription
python-versionSame as input
poetry-versionSame as input
install-cmdSame as input
no-devSame as input
poetry-install-cmdSame as input
poetry-install-cmd-no-devSame as input
postargsSame as input
cache-busterSame as input
cache-hitIf an exact match was found for the generated cache key
cache-was-validIf the restored cache was valid
cache-end-result-validIf the restored cache was valid at the end of this action's run
install-cmd-outInstall command actually used by the action