Skip to content

Commit 26c5e34

Browse files
malfetpytorchmergebot
authored andcommitted
Re-enable ProcessGroupMPITest in CI (pytorch#97687)
As pytorch#60756 been fixed a while back Pull Request resolved: pytorch#97687 Approved by: https://github.com/clee2000, https://github.com/kit1980
1 parent 4285400 commit 26c5e34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/pytorch/test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,7 @@ test_distributed() {
593593
"$TORCH_BIN_DIR"/TCPStoreTest --gtest_output=xml:$TEST_REPORTS_DIR/TCPStoreTest.xml
594594

595595
MPIEXEC=$(command -v mpiexec)
596-
# TODO: this is disabled on GitHub Actions until this issue is resolved
597-
# https://github.com/pytorch/pytorch/issues/60756
598-
if [[ -n "$MPIEXEC" ]] && [[ -z "$GITHUB_ACTIONS" ]]; then
596+
if [[ -n "$MPIEXEC" ]]; then
599597
MPICMD="${MPIEXEC} -np 2 $TORCH_BIN_DIR/ProcessGroupMPITest"
600598
eval "$MPICMD"
601599
fi

0 commit comments

Comments
 (0)