Skip to content

Commit

Permalink
Audit: Use python -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 12, 2024
1 parent bf98477 commit 7be3953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github_app_geo_project/module/audit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ async def snyk(
async with asyncio.timeout(int(os.environ.get("GHCI_PYTHON_INSTALL_TIMEOUT", "1200"))):
try:
command = [
"python",
"-m",
"pip",
"install",
*local_config.get("pip-install-arguments", config.get("pip-install-arguments", [])),
Expand Down

0 comments on commit 7be3953

Please sign in to comment.