5858 run : |
5959 set -x # print commands that are executed
6060 ./scripts/runtox.sh "py${{ matrix.python-version }}-cohere"
61+ - name : Test google_genai
62+ run : |
63+ set -x # print commands that are executed
64+ ./scripts/runtox.sh "py${{ matrix.python-version }}-google_genai"
65+ - name : Test huggingface_hub
66+ run : |
67+ set -x # print commands that are executed
68+ ./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
6169 - name : Test langchain-base
6270 run : |
6371 set -x # print commands that are executed
6674 run : |
6775 set -x # print commands that are executed
6876 ./scripts/runtox.sh "py${{ matrix.python-version }}-langchain-notiktoken"
77+ - name : Test langgraph
78+ run : |
79+ set -x # print commands that are executed
80+ ./scripts/runtox.sh "py${{ matrix.python-version }}-langgraph"
6981 - name : Test litellm
7082 run : |
7183 set -x # print commands that are executed
@@ -78,18 +90,10 @@ jobs:
7890 run : |
7991 set -x # print commands that are executed
8092 ./scripts/runtox.sh "py${{ matrix.python-version }}-openai-notiktoken"
81- - name : Test langgraph
82- run : |
83- set -x # print commands that are executed
84- ./scripts/runtox.sh "py${{ matrix.python-version }}-langgraph"
8593 - name : Test openai_agents
8694 run : |
8795 set -x # print commands that are executed
8896 ./scripts/runtox.sh "py${{ matrix.python-version }}-openai_agents"
89- - name : Test huggingface_hub
90- run : |
91- set -x # print commands that are executed
92- ./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
9397 - name : Generate coverage XML (Python 3.6)
9498 if : ${{ !cancelled() && matrix.python-version == '3.6' }}
9599 run : |
0 commit comments