mirror of
https://github.com/actions/setup-python.git
synced 2025-12-19 23:07:10 +00:00
chore: build package
This commit is contained in:
parent
c7d4148a08
commit
24edd63336
3 changed files with 90018 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ async function run() {
|
|||
const precleanPip = core.getBooleanInput('preclean');
|
||||
if (precleanPip) {
|
||||
await cleanPipPackages();
|
||||
}
|
||||
}
|
||||
const pipInstall = core.getInput('pip-install');
|
||||
if (pipInstall) {
|
||||
await installPipPackages(pipInstall);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue