Skip to content

Commit 2c59a2a

Browse files
committed
GLOO_SOCKET_IFNAME
1 parent 06c4515 commit 2c59a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- name: Append Env. vars for Linux
9090
if: ${{ runner.os == 'Linux' }}
9191
run: echo "GLOO_SOCKET_IFNAME=eth0" >> $GITHUB_ENV
92+
- name: Append Env. vars for MacOS
93+
if: ${{ runner.os == 'macOS' }}
94+
run: echo "GLOO_SOCKET_IFNAME=lo0" >> $GITHUB_ENV
9295

9396
- name: Set min. dependencies
9497
if: ${{ matrix.config.requires == 'oldest' }}

0 commit comments

Comments
 (0)