From 75a99418041a994d2c24e8c39f3f7f71a47d13ad Mon Sep 17 00:00:00 2001 From: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:37:15 -0400 Subject: [PATCH] Update testenv deps to include vectorstore Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a6f14a..03668ac 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = [testenv] deps = - -e .[test] + -e .[test,vectorstore] numpy durabletask cloudevents