From 3a98e6851db60a1245ce9ec47333fd3ac4250adb Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 25 Oct 2023 17:16:51 +0200 Subject: [PATCH] horovod install --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2f6ce98..91f02d07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,11 @@ jobs: - run: which python # - run: conda install -c conda-forge openmpi - run: conda install mpi4py h5py pytorch torchvision cpuonly -c pytorch -c conda-forge - # - run: pip install horovod==0.27.0 - run: conda install -c conda-forge libstdcxx-ng=12 + - run: pip install horovod - name: Install the package - run: pip install .[test,hpc] + run: pip install .[test] env: CONDA_PREFIX: /usr/share/miniconda