Skip to content

Commit 5a78f5c

Browse files
committed
tests: Update tox
1 parent 97d6756 commit 5a78f5c

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ jobs:
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
@@ -66,6 +74,10 @@ jobs:
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,22 +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"
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"
8993
- name: Test openai_agents
9094
run: |
9195
set -x # print commands that are executed
9296
./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"
9797
- name: Generate coverage XML (Python 3.6)
9898
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
9999
run: |

0 commit comments

Comments
 (0)