From 00ab87ee15d538bfaa63a4a0ac86d25808bf5026 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 14 May 2025 17:02:17 -0600 Subject: [PATCH] LangChain WIP; missing modules --- .github/workflows/llmsecops-cicd.test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index c384cda3d..479c63b13 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -26,5 +26,9 @@ jobs: - name: 'test' run: | + pip install langchain_community + pip install langchain_text_splitters + pip install langchain_huggingface + pip install transformers python -m tests.llm.llm