Skip to content

Commit

Permalink
Try fixing the --system without --deploy flag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 30, 2024
1 parent 01c8e27 commit 8e2d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/routines/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def do_install(
categories=pipfile_categories,
skip_lock=skip_lock,
)
if not deploy:
if not (deploy or system):
new_packages, _ = handle_new_packages(
project,
packages,
Expand Down

0 comments on commit 8e2d921

Please sign in to comment.