58
58
run : |
59
59
set -x # print commands that are executed
60
60
./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"
61
69
- name : Test langchain-base
62
70
run : |
63
71
set -x # print commands that are executed
66
74
run : |
67
75
set -x # print commands that are executed
68
76
./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"
69
81
- name : Test litellm
70
82
run : |
71
83
set -x # print commands that are executed
@@ -78,22 +90,10 @@ jobs:
78
90
run : |
79
91
set -x # print commands that are executed
80
92
./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"
85
- - name : Test google_genai
86
- run : |
87
- set -x # print commands that are executed
88
- ./scripts/runtox.sh "py${{ matrix.python-version }}-google_genai"
89
93
- name : Test openai_agents
90
94
run : |
91
95
set -x # print commands that are executed
92
96
./scripts/runtox.sh "py${{ matrix.python-version }}-openai_agents"
93
- - name : Test huggingface_hub
94
- run : |
95
- set -x # print commands that are executed
96
- ./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
97
97
- name : Generate coverage XML (Python 3.6)
98
98
if : ${{ !cancelled() && matrix.python-version == '3.6' }}
99
99
run : |
0 commit comments