Skip to content

Commit 8ac0a9e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4658409 commit 8ac0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
TORCH_URL_TEST: "https://download.pytorch.org/whl/test/cpu/"
8181
# TODO: Remove this - Enable running MPS tests on this platform
8282
DISABLE_MPS: ${{ matrix.os == 'macOS-14' && '1' || '0' }}
83-
GLOO_SOCKET_IFNAME: "eth0" # trying to avoid "gloo" issue with SIGABRT
83+
GLOO_SOCKET_IFNAME: "eth0" # trying to avoid "gloo" issue with SIGABRT
8484
steps:
8585
- uses: actions/checkout@v4
8686

0 commit comments

Comments
 (0)