citizensadvice/Setup python with poetry environment

Set up an Actions job for Python and Poetry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: citizensadvice/python-uv-setup-action@dac93858ee327eb09052711b17803ecdfa4da10b # v4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project_rootThe location of the python project rootno${{ github.workspace }}
install_cdkInstall the AWS CDK. Defaults to falsenofalse
node_versionThe version of Node.js to installno24
cdk_versionThe version of the AWS CDK to installnolatest
python_versionThe version of Python to install. Defaults to latest compatable with pyproject.tomlno""
report_outdated_packagesPrint outdated python packages to the step summarynofalse

no outputs