Skip to content

Commit

Permalink
post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jun 11, 2024
1 parent b589dd7 commit 33c4ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv/src/commands/project/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ pub(crate) async fn add(

project::sync::do_sync(
project.project_name(),
project.workspace().root(),
&venv,
&lock,
&index_locations,
Expand Down
1 change: 1 addition & 0 deletions crates/uv/src/commands/project/remove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pub(crate) async fn remove(

project::sync::do_sync(
project.project_name(),
project.workspace().root(),
&venv,
&lock,
&index_locations,
Expand Down

0 comments on commit 33c4ab5

Please sign in to comment.