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 844a5ca commit 472607dCopy full SHA for 472607d
.github/workflows/ci-tests-pytorch.yml
@@ -90,7 +90,6 @@ jobs:
90
- name: Append Env. vars for Linux
91
if: ${{ runner.os == 'Linux' }}
92
run: echo "GLOO_SOCKET_IFNAME=eth0" >> $GITHUB_ENV
93
-
94
- name: Append Env. vars for MacOS
95
if: ${{ runner.os == 'macOS' }}
96
run: echo "GLOO_SOCKET_IFNAME=lo0" >> $GITHUB_ENV
0 commit comments