Remove the pip-install input

This commit is contained in:
gowridurgad 2026-07-15 19:07:39 +05:30
parent 54baeea5b3
commit 30c896f02a
7 changed files with 0 additions and 175 deletions

View file

@ -31,8 +31,6 @@ inputs:
default: false
pip-version:
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
pip-install:
description: "Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."