dagitali/Setup Python and Install Dependencies
Sets up the requested Python runtime, optionally normalizes pip, and optionally installs the provided dependency list to keep workflow jobs consistent.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to install via actions/setup-python | yes | — |
| pip-version | Exact pip version to install instead of upgrading to latest. | no | "" |
| pip-install | Arguments passed to "python -m pip install". Empty skips dependency installation. | no | "" |
| upgrade-pip | Upgrade pip to the latest available version before installing dependencies. Ignored when pip-version is set. | no | true |
Outputs
no outputs