From b84c202d74b43a296dcdda55d5e2dd62ade12f80 Mon Sep 17 00:00:00 2001 From: Simon BRICHE Date: Tue, 18 Nov 2025 13:00:17 +0100 Subject: [PATCH] chore: build --- dist/post-python/index.js | 2 +- dist/setup/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/post-python/index.js b/dist/post-python/index.js index 6d9a0aa3..be9041af 100644 --- a/dist/post-python/index.js +++ b/dist/post-python/index.js @@ -87855,7 +87855,7 @@ async function cleanPipPackages() { // Use a shell so we can pipe the output of pip freeze into xargs await (0, exec_1.exec)('bash', [ '-c', - 'test $(python3 -m pip freeze | wc -l) -gt 0 && python3 -m pip freeze | xargs python3 -m pip uninstall -y' + 'test $(python -m pip freeze | wc -l) -gt 0 && python -m pip freeze | xargs python -m pip uninstall -y || true' ]); core.info('Successfully cleaned up pip packages'); } diff --git a/dist/setup/index.js b/dist/setup/index.js index dfc4eba4..ea3518bb 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -96746,7 +96746,7 @@ async function cleanPipPackages() { // Use a shell so we can pipe the output of pip freeze into xargs await (0, exec_1.exec)('bash', [ '-c', - 'test $(python3 -m pip freeze | wc -l) -gt 0 && python3 -m pip freeze | xargs python3 -m pip uninstall -y || true' + 'test $(python -m pip freeze | wc -l) -gt 0 && python -m pip freeze | xargs python -m pip uninstall -y || true' ]); core.info('Successfully cleaned up pip packages'); } @@ -100450,4 +100450,4 @@ module.exports = /*#__PURE__*/JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45 /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; +; \ No newline at end of file