mirror of
https://github.com/actions/setup-python.git
synced 2025-12-16 21:42:36 +00:00
Improve error message
This commit is contained in:
parent
9bfc313c8c
commit
cb37554d28
6 changed files with 10 additions and 10 deletions
|
|
@ -31,8 +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."
|
||||
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