Skip to content

Commit f0f32d2

Browse files
committed
fix test running
1 parent 48a0c71 commit f0f32d2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
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

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"package": "gql[all]",
144144
"num_versions": 2,
145145
},
146-
"google_genai": {
146+
"google-genai": {
147147
"package": "google-genai",
148148
"deps": {
149149
"*": ["pytest-asyncio"],

scripts/split_tox_gh_actions/split_tox_gh_actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"openai-base",
7979
"openai-notiktoken",
8080
"langgraph",
81+
"google-genai",
8182
"openai_agents",
8283
"huggingface_hub",
8384
],

0 commit comments

Comments
 (0)