pull/4940/head
littsk 2023-10-23 13:58:01 +08:00
parent d480cce472
commit 479900c139
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ jobs:
- name: Execute Unit Testing
run: |
CURL_CA_BUNDLE="" PYTHONPATH=$PWD pytest -m "not largedist" --testmon --testmon-forceselect --testmon-cov=. --durations=10 tests/
CURL_CA_BUNDLE="" PYTHONPATH=$PWD pytest -m "not largedist" --testmon --testmon-forceselect --testmon-cov=. --durations=10 tests/test_cluster/test_device_mesh_manager.py
env:
DATA: /data/scratch/cifar-10
NCCL_SHM_DISABLE: 1