fix(cli): install local deps in editable mode (#6294)

**Description** 

As part of this PR #6156, local deps are no longer installed in editable
mode. This change reverts that behaviour and ensures local packages are
installed in editable mode.

**Issue:** fixes #6288
This commit is contained in:
Asamu David
2025-10-17 01:42:11 +01:00
committed by GitHub
parent 6527df688c
commit 3f400b38d1
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"