Skip to content

Commit a5f53ec

Browse files
committed
update test workflow to include additional dependencies for full test coverage
1 parent 9690e96 commit a5f53ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install pytest
4848
pip install -e .
4949
# Install optional dependencies for full test coverage
50-
pip install anthropic openai langchain langchain-core
50+
pip install anthropic openai langchain langchain-core langchain-openai langchain-anthropic requests
5151
5252
- name: Run tests
5353
run: |

0 commit comments

Comments
 (0)