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 8282 run : |
8383 set -x # print commands that are executed
8484 ./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"
8589 - name : Test openai_agents
8690 run : |
8791 set -x # print commands that are executed
Original file line number Diff line number Diff line change 143143 "package" : "gql[all]" ,
144144 "num_versions" : 2 ,
145145 },
146- "google_genai " : {
146+ "google-genai " : {
147147 "package" : "google-genai" ,
148148 "deps" : {
149149 "*" : ["pytest-asyncio" ],
Original file line number Diff line number Diff line change 7878 "openai-base" ,
7979 "openai-notiktoken" ,
8080 "langgraph" ,
81+ "google-genai" ,
8182 "openai_agents" ,
8283 "huggingface_hub" ,
8384 ],
You can’t perform that action at this time.
0 commit comments