Skip to content

Commit

Permalink
Audit: Use pipenv sync instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 26, 2024
1 parent 4cbd1b4 commit f749623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/audit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def _install_pipenv_dependencies(
_, _, proc_message = await module_utils.run_timeout(
[
"pipenv",
"install",
"sync",
*local_config.get("pipenv-sync-arguments", config.get("pipenv-sync-arguments", [])),
],
env,
Expand Down

0 comments on commit f749623

Please sign in to comment.