File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 82
82
- { os: windows-latest, python-version: 3.10 }
83
83
include :
84
84
- { os: self-hosted, module: gpu, python-version: 3.9}
85
+ - { os: macos-latest, module: metal, python-version: 3.10 }
85
86
86
87
steps :
87
88
- name : Check out code
@@ -162,6 +163,10 @@ jobs:
162
163
${{ env.SELF_HOST_PYTHON }} -m pytest --timeout=1500 \
163
164
-W ignore::PendingDeprecationWarning \
164
165
--cov-config=setup.cfg --cov-report=xml --cov=xinference xinference/model/audio/tests/test_chattts.py
166
+ elif ["$MODULE" == "metal" ]; then
167
+ pytest --timeout=1500 \
168
+ -W ignore::PendingDeprecationWarning \
169
+ --cov-config=setup.cfg --cov-report=xml --cov=xinference xinference/model/llm/mlx/tests/test_mlx.py
165
170
else
166
171
pytest --timeout=1500 \
167
172
-W ignore::PendingDeprecationWarning \
You can’t perform that action at this time.
0 commit comments