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