chore: build package

This commit is contained in:
Simon BRICHE 2025-11-18 11:25:41 +01:00
parent c7d4148a08
commit 24edd63336
3 changed files with 90018 additions and 1 deletions

View file

@ -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);