We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d480cce commit 479900cCopy full SHA for 479900c
.github/workflows/build_on_pr.yml
@@ -208,7 +208,7 @@ jobs:
208
209
- name: Execute Unit Testing
210
run: |
211
- 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
212
env:
213
DATA: /data/scratch/cifar-10
214
NCCL_SHM_DISABLE: 1
0 commit comments