We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9690e96 commit a5f53ecCopy full SHA for a5f53ec
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
pip install pytest
48
pip install -e .
49
# Install optional dependencies for full test coverage
50
- pip install anthropic openai langchain langchain-core
+ pip install anthropic openai langchain langchain-core langchain-openai langchain-anthropic requests
51
52
- name: Run tests
53
run: |
0 commit comments