Skip to content

Commit 8c6d754

Browse files
authored
Fix setuptools version for docs build (#3150)
* Add numpy install for docs build * Install torch nightly * Add numpy * Python3.10 * Python3..11 * Set use_cpp flag * use_cpp * use env var * no build isolation * fix pip * fix pip * fix pip * Fix pip upgrade command in doc_build.yml
1 parent 5c4cd17 commit 8c6d754

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install torch
46+
python -m pip install setuptools==78.1.1 --force-reinstall
4647
python -m pip install -e .
4748
pip install -r dev-requirements.txt
4849
python -m pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)