Fix langchain UT by not downgrading typing-extension (#9842)

This commit is contained in:
Yuwen Hu 2024-01-05 13:38:04 +08:00 committed by GitHub
parent f919f5792a
commit ad4a6b5096

View file

@ -202,7 +202,6 @@ jobs:
pip install -U langchain==0.0.184
pip install -U chromadb==0.3.25
pip install -U pandas==2.0.3
pip install -U typing_extensions==4.5.0
bash python/llm/test/run-llm-langchain-tests.sh
llm-unit-test-on-arc:
needs: llm-cpp-build