citizensadvice/Setup python with poetry environment
Set up an Actions job for Python and Poetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: citizensadvice/python-uv-setup-action@dac93858ee327eb09052711b17803ecdfa4da10b # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_root | The location of the python project root | no | ${{ github.workspace }} |
| install_cdk | Install the AWS CDK. Defaults to false | no | false |
| node_version | The version of Node.js to install | no | 24 |
| cdk_version | The version of the AWS CDK to install | no | latest |
| python_version | The version of Python to install. Defaults to latest compatable with pyproject.toml | no | "" |
| report_outdated_packages | Print outdated python packages to the step summary | no | false |
Outputs
no outputs