From e23672875ca4a4a6ea58e378fb4f640b52e14df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 14 May 2024 18:17:25 +0200 Subject: [PATCH] rootoless --- ragstack/libs/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ragstack/libs/core/pyproject.toml b/ragstack/libs/core/pyproject.toml index b4404bc52461..34f550cb0cf7 100644 --- a/ragstack/libs/core/pyproject.toml +++ b/ragstack/libs/core/pyproject.toml @@ -12,7 +12,7 @@ documentation = "https://docs.datastax.com/en/ragstack" python = ">=3.10,<3.12" [tool.poetry.group.test.dependencies] -ragstack-ai-langflow = { path = "../", develop = true } +ragstack-ai-langflow = { path = "../../..", develop = true } pytest = "^8.1.0" pytest-instafail = "^0.5.0" pytest-sugar = "^1.0.0"