File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 82
82
run : |
83
83
set -x # print commands that are executed
84
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"
85
89
- name : Test openai_agents
86
90
run : |
87
91
set -x # print commands that are executed
Original file line number Diff line number Diff line change 143
143
"package" : "gql[all]" ,
144
144
"num_versions" : 2 ,
145
145
},
146
- "google_genai " : {
146
+ "google-genai " : {
147
147
"package" : "google-genai" ,
148
148
"deps" : {
149
149
"*" : ["pytest-asyncio" ],
Original file line number Diff line number Diff line change 78
78
"openai-base" ,
79
79
"openai-notiktoken" ,
80
80
"langgraph" ,
81
+ "google-genai" ,
81
82
"openai_agents" ,
82
83
"huggingface_hub" ,
83
84
],
You can’t perform that action at this time.
0 commit comments