File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ inputs:
3939 freethreaded :
4040 description : " When 'true', use the freethreaded version of Python."
4141 default : false
42+ pip-version :
43+ description : " Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
44+ pip-install :
45+ description : " Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."
4246outputs :
4347 python-version :
4448 description : " The installed Python or PyPy version. Useful when given a version range as input."
7579 cache-dependency-path : ${{ inputs.cache-dependency-path }}
7680 update-environment : ${{ inputs.update-environment }}
7781 freethreaded : ${{ steps.build.outputs.freethreaded }}
78- - run : ${{ github.action_path }}/setup_pip.ps1
79- shell : pwsh
80- env :
81- PYTHON_VERSION : ${{ steps.setup.outputs.python-version }}
82- SETUP_PYTHON_PATH : ${{ steps.setup.outputs.python-path }}
82+ pip-version : ${{ inputs.pip-version }}
83+ pip-install : ${{ inputs.pip-install }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments