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-poetry-setup-action@a1b420d0c061560845532d7d1f80a81c8f39b6a5 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | The Python version to install. Defaults to the version stated in the pyproject.toml file. | no | "" |
| project_root | The location of the python project root. Defaults to the root of the project | no | . |
| install_cdk | Install the AWS CDK. Defaults to false | no | "" |
| node_version | The version of Node.js to install | no | 24 |
| cache_venv | Cache the .venv directory for use with later workflow runs. Defaults to true | no | true |
| codeartifact_login | Log in to CodeArtifact. Defaults to false | no | "" |
| codeartifact_source | CodeArtifact source. Defaults to code-artifact | no | code-artifact |
Outputs
no outputs