Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Oct 26, 2023
1 parent cedc320 commit 01a3631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# - run: conda install -c conda-forge openmpi
- run: conda install -c anaconda cmake
- run: conda install mpi4py h5py pytorch torchvision cpuonly -c pytorch -c conda-forge
- run: conda install -c conda-forge libstdcxx-ng=12
# - run: conda install -c conda-forge libstdcxx-ng=12
- run: conda install -c anaconda gxx_linux-64
- run: python -m pip install --upgrade pip
- run: python -m pip install setuptools weel
- run: python -m pip install setuptools wheel
- run: python -m pip install packaging
# - run: pip3 install setuptools==66.0.0
- run: python -m pip install horovod
Expand Down

0 comments on commit 01a3631

Please sign in to comment.