core[patch], langchain[patch]: fix required deps (#14373)

This commit is contained in:
Bagatur
2023-12-07 14:24:58 -08:00
committed by GitHub
parent 7186faefb2
commit b2280fd874
34 changed files with 1528 additions and 109 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Install integration dependencies
shell: bash
run: poetry install --with=test_integration
run: poetry install --with=test_integration,test
- name: Check integration tests compile
shell: bash