Skip to content

Commit bf1c6e7

Browse files
committed
use global python for installing horovod
1 parent 66246fd commit bf1c6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ commands =
4444
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@{posargs:main}
4545
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/nvtabular.git@{posargs:main}
4646
# Reinstall Horovod using `pip install --no-cache-dir` to build with the new version.
47-
{envdir}/env/bin/python -m pip install horovod --no-cache-dir
48-
{envdir}/env/bin/horovodrun --check-build
47+
python -m pip install horovod --no-cache-dir
48+
horovodrun --check-build
4949
# Install distributed-embeddings.
5050
git clone https://github.com/NVIDIA-Merlin/distributed-embeddings.git
5151
cd distributed-embeddings

0 commit comments

Comments
 (0)