We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4cd17 commit 8c6d754Copy full SHA for 8c6d754
.github/workflows/doc_build.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
python -m pip install torch
46
+ python -m pip install setuptools==78.1.1 --force-reinstall
47
python -m pip install -e .
48
pip install -r dev-requirements.txt
49
python -m pip install -r docs/requirements.txt
0 commit comments