mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
run python3 instead of pip
This commit is contained in:
parent
d2410eb91d
commit
e0cf0a0e44
1 changed files with 2 additions and 2 deletions
4
index.js
4
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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue