Skip to content

Commit fe7e18e

Browse files
committed
use self.uv_path for uv sync
closes #1
1 parent 03c0e66 commit fe7e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hatch_uvenv/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def command_context(self):
219219
yield
220220

221221
def construct_uv_sync_command(self):
222-
command = ["uv", "sync", "--active", "--locked"]
222+
command = [self.uv_path, "sync", "--active", "--locked"]
223223

224224
# Default to -1 verbosity
225225
add_verbosity_flag(command, self.verbosity, adjustment=-1)

0 commit comments

Comments
 (0)