mirror of
https://github.com/actions/setup-python.git
synced 2025-09-12 03:36:17 +00:00
Add pip-install input
This commit is contained in:
parent
e797f83bcb
commit
9bfc313c8c
7 changed files with 167 additions and 0 deletions
|
@ -31,6 +31,8 @@ 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