Skip to content

Commit 5ca534f

Browse files
refactor: switch to pipx
1 parent cffd6fb commit 5ca534f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ runs:
282282
core.debug(`${pyflakesBinary} exists: ${pyflakesExists}`)
283283
284284
if (pyflakesExists === false) {
285-
await exec.exec('python3', ['-m', 'pip', 'install', '--upgrade', 'pyflakes'])
285+
await exec.exec('pipx', ['install', 'pyflakes'])
286286
}
287287
}
288288

0 commit comments

Comments
 (0)