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 f4a08b5 commit 92c5e9eCopy full SHA for 92c5e9e
.github/workflows/docs.yml
@@ -74,7 +74,7 @@ jobs:
74
rm pandoc-3.1.9-1-amd64.deb
75
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
76
pip install '.[docs]'
77
-
+ pip install -r docs/requirements.txt
78
79
- name: Build docs
80
run: |
0 commit comments