Skip to content

Commit

Permalink
downgrade setupools
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Oct 26, 2023
1 parent 3034993 commit e9de5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: conda install -c conda-forge libstdcxx-ng=12
- run: conda install -c anaconda gxx_linux-64
- run: pip3 install packaging
- run: pip3 install --use-pep517 horovod
- run: pip3 install setuptools==66.0.0
- run: pip3 install horovod

- name: Install the package
run: pip3 install .[test]
Expand Down

0 comments on commit e9de5df

Please sign in to comment.