Remove the pip-install input

This commit is contained in:
gowridurgad 2026-06-23 14:17:44 +05:30
parent 0cb1a84326
commit e54a887c32
8 changed files with 2 additions and 165 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."