Skip to content

Commit

Permalink
fix: use reuse strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Sep 5, 2024
1 parent 3025abe commit c09d804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdm/cli/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def resolve_from_lockfile(
resolver = project.get_resolver()(
environment=project.environment,
requirements=reqs,
update_strategy="all",
update_strategy="reuse",
strategies=strategies,
target=env_spec,
tracked_names=(),
Expand Down

0 comments on commit c09d804

Please sign in to comment.