Skip to content

Commit 4bd883e

Browse files
Attempt to fix it another way
1 parent efad9a8 commit 4bd883e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hvd-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474

7575
- name: Check if Horovod actually exists
7676
shell: bash -l {0}
77-
run: |
78-
python -c "import ignite.distributed as idist, sys; sys.exit(not idist.has_hvd_support)"
77+
run: python -c "import horovod.torch as hvd"
7978

8079
- name: Run Tests
8180
shell: bash -l {0}

0 commit comments

Comments
 (0)