Fix langchain UT by not downgrading typing-extension (#9842)
This commit is contained in:
parent
f919f5792a
commit
ad4a6b5096
1 changed files with 0 additions and 1 deletions
1
.github/workflows/llm_unit_tests.yml
vendored
1
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -202,7 +202,6 @@ jobs:
|
||||||
pip install -U langchain==0.0.184
|
pip install -U langchain==0.0.184
|
||||||
pip install -U chromadb==0.3.25
|
pip install -U chromadb==0.3.25
|
||||||
pip install -U pandas==2.0.3
|
pip install -U pandas==2.0.3
|
||||||
pip install -U typing_extensions==4.5.0
|
|
||||||
bash python/llm/test/run-llm-langchain-tests.sh
|
bash python/llm/test/run-llm-langchain-tests.sh
|
||||||
llm-unit-test-on-arc:
|
llm-unit-test-on-arc:
|
||||||
needs: llm-cpp-build
|
needs: llm-cpp-build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue