diff --git a/index.js b/index.js index 9288218..4e69b62 100644 --- a/index.js +++ b/index.js @@ -34,8 +34,8 @@ function addToken(url, token) { async function main() { await core.group('install pre-commit', async () => { - await exec.exec('pip', ['install', 'pre-commit']); - await exec.exec('pip', ['freeze', '--local']); + await exec.exec('python3'] 'pip', 'install', 'pre-commit']); + await exec.exec('python3'] 'pip', 'freeze', '--local']); }); const args = [