mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
cli fix (#12380)
This commit is contained in:
@@ -69,7 +69,7 @@ def parse_dependency_string(package_string: str) -> DependencySource:
|
||||
# it's a default git repo dependency
|
||||
subdirectory = str(Path(DEFAULT_GIT_SUBDIRECTORY) / package_string)
|
||||
return DependencySource(
|
||||
git=gitstring, ref=DEFAULT_GIT_REF, subdirectory=subdirectory
|
||||
git=DEFAULT_GIT_REPO, ref=DEFAULT_GIT_REF, subdirectory=subdirectory
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user