You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Set up Python ${{ matrix.python-version }}
34
-
uses: actions/setup-python@v4
35
+
uses: actions/setup-python@v5
35
36
with:
36
37
python-version: ${{ matrix.python-version }}
37
38
- name: Install packages and dependencies for all tests
@@ -77,9 +78,9 @@ jobs:
77
78
os: [ubuntu-latest, macos-latest, windows-2019]
78
79
python-version: ["3.8"]
79
80
steps:
80
-
- uses: actions/checkout@v3
81
+
- uses: actions/checkout@v4
81
82
- name: Set up Python ${{ matrix.python-version }}
82
-
uses: actions/setup-python@v4
83
+
uses: actions/setup-python@v5
83
84
with:
84
85
python-version: ${{ matrix.python-version }}
85
86
- name: Install packages and dependencies for all tests
@@ -114,9 +115,9 @@ jobs:
114
115
os: [ubuntu-latest, macos-latest, windows-2019]
115
116
python-version: ["3.10"]
116
117
steps:
117
-
- uses: actions/checkout@v3
118
+
- uses: actions/checkout@v4
118
119
- name: Set up Python ${{ matrix.python-version }}
119
-
uses: actions/setup-python@v4
120
+
uses: actions/setup-python@v5
120
121
with:
121
122
python-version: ${{ matrix.python-version }}
122
123
- name: Install packages and dependencies for all tests
@@ -151,9 +152,9 @@ jobs:
151
152
os: [ubuntu-latest, macos-latest, windows-2019]
152
153
python-version: ["3.11"]
153
154
steps:
154
-
- uses: actions/checkout@v3
155
+
- uses: actions/checkout@v4
155
156
- name: Set up Python ${{ matrix.python-version }}
156
-
uses: actions/setup-python@v4
157
+
uses: actions/setup-python@v5
157
158
with:
158
159
python-version: ${{ matrix.python-version }}
159
160
- name: Install packages and dependencies for all tests
@@ -188,9 +189,9 @@ jobs:
188
189
os: [ubuntu-latest, macos-latest, windows-2019]
189
190
python-version: ["3.12"]
190
191
steps:
191
-
- uses: actions/checkout@v3
192
+
- uses: actions/checkout@v4
192
193
- name: Set up Python ${{ matrix.python-version }}
193
-
uses: actions/setup-python@v4
194
+
uses: actions/setup-python@v5
194
195
with:
195
196
python-version: ${{ matrix.python-version }}
196
197
- name: Install packages and dependencies for all tests
@@ -225,9 +226,9 @@ jobs:
225
226
os: [ubuntu-latest, macos-latest, windows-2019]
226
227
python-version: ["3.12"]
227
228
steps:
228
-
- uses: actions/checkout@v3
229
+
- uses: actions/checkout@v4
229
230
- name: Set up Python ${{ matrix.python-version }}
230
-
uses: actions/setup-python@v4
231
+
uses: actions/setup-python@v5
231
232
with:
232
233
python-version: ${{ matrix.python-version }}
233
234
- name: Install packages and dependencies for all tests
@@ -246,7 +247,7 @@ jobs:
246
247
- name: Coverage
247
248
run: |
248
249
pip install coverage>=5.3
249
-
coverage run -a -m pytest test/agentchat/contrib/test_img_utils.py test/agentchat/contrib/test_lmm.py test/agentchat/contrib/test_llava.py --skip-openai
250
+
coverage run -a -m pytest test/agentchat/contrib/test_img_utils.py test/agentchat/contrib/test_lmm.py test/agentchat/contrib/test_llava.py test/agentchat/contrib/capabilities/test_image_generation_capability.py test/agentchat/contrib/capabilities/test_vision_capability.py --skip-openai
250
251
coverage xml
251
252
- name: Upload coverage to Codecov
252
253
uses: codecov/codecov-action@v3
@@ -262,9 +263,9 @@ jobs:
262
263
os: [ubuntu-latest, macos-latest, windows-2019]
263
264
python-version: ["3.11"]
264
265
steps:
265
-
- uses: actions/checkout@v3
266
+
- uses: actions/checkout@v4
266
267
- name: Set up Python ${{ matrix.python-version }}
267
-
uses: actions/setup-python@v4
268
+
uses: actions/setup-python@v5
268
269
with:
269
270
python-version: ${{ matrix.python-version }}
270
271
- name: Install packages and dependencies for all tests
0 commit comments