mirror of
https://github.com/actions/setup-python.git
synced 2026-07-17 21:59:58 +08:00
Remove the pip-install input (#1336)
* Remove the pip-install input * Resloves merge conflicts --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
parent
f8cf4291c8
commit
0f3a009f47
7 changed files with 0 additions and 175 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue