Skip to content

Commit bde2e13

Browse files
committed
CI: skip horovod in testing docs (#5702)
1 parent 4bf6dd1 commit bde2e13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs-checks.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ jobs:
4040
${{ runner.os }}-pip-
4141
4242
- name: Install dependencies
43-
env:
44-
HOROVOD_BUILD_ARCH_FLAGS: "-mfma"
45-
HOROVOD_WITHOUT_MXNET: 1
46-
HOROVOD_WITHOUT_TENSORFLOW: 1
4743
run: |
44+
# remove Horovod from requirements
45+
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if not line.startswith('horovod')] ; open(fname, 'w').writelines(lines)"
4846
# python -m pip install --upgrade --user pip
4947
pip install --requirement requirements.txt --upgrade-strategy only-if-needed --find-links https://download.pytorch.org/whl/cpu/torch_stable.html --quiet
5048
pip install --requirement requirements/extra.txt

0 commit comments

Comments
 (0)