mirror of
https://github.com/actions/setup-python.git
synced 2025-12-15 13:02:38 +00:00
chore: build
This commit is contained in:
parent
f5a6c01e74
commit
b84c202d74
2 changed files with 3 additions and 3 deletions
2
dist/post-python/index.js
vendored
2
dist/post-python/index.js
vendored
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
|
|
@ -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__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue