We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c4515 commit 2c59a2aCopy full SHA for 2c59a2a
.github/workflows/ci-tests-pytorch.yml
@@ -89,6 +89,9 @@ jobs:
89
- name: Append Env. vars for Linux
90
if: ${{ runner.os == 'Linux' }}
91
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
95
96
- name: Set min. dependencies
97
if: ${{ matrix.config.requires == 'oldest' }}
0 commit comments