Skip to content

Commit

Permalink
refactor: switch to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed May 13, 2024
1 parent cffd6fb commit e401b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ runs:
core.debug(`${pyflakesBinary} exists: ${pyflakesExists}`)
if (pyflakesExists === false) {
await exec.exec('python3', ['-m', 'pip', 'install', '--upgrade', 'pyflakes'])
await exec.exec('python3', ['-m', 'pipx', 'install', 'pyflakes'])
}
}
Expand Down

0 comments on commit e401b42

Please sign in to comment.