mirror of
https://github.com/actions/setup-python.git
synced 2026-07-18 06:19:58 +08:00
Remove the pip-install input
This commit is contained in:
parent
0cb1a84326
commit
e54a887c32
8 changed files with 2 additions and 165 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