Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Oct 26, 2023
1 parent 3c24145 commit cedc320
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
- 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 anaconda gxx_linux-64
- run: pip3 install packaging
- run: pip3 install setuptools==66.0.0
- run: pip3 install horovod
- run: python -m pip install --upgrade pip
- run: python -m pip install setuptools weel
- run: python -m pip install packaging
# - run: pip3 install setuptools==66.0.0
- run: python -m pip install horovod

- name: Install the package
run: pip3 install .[test]
run: python -m pip install .[test]
env:
CONDA_PREFIX: /usr/share/miniconda

Expand Down

0 comments on commit cedc320

Please sign in to comment.