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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python-versionPython version to install via actions/setup-pythonyes
pip-versionExact pip version to install instead of upgrading to latest.no""
pip-installArguments passed to "python -m pip install". Empty skips dependency installation.no""
upgrade-pipUpgrade pip to the latest available version before installing dependencies. Ignored when pip-version is set.notrue

no outputs