From e0cf0a0e44b773967a41f4299d382d97db5c8bfd Mon Sep 17 00:00:00 2001 From: Oluf Lorenzen Date: Fri, 7 May 2021 16:45:12 +0200 Subject: [PATCH] run python3 instead of pip --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [