We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e970fc1 commit 7ce9cf1Copy full SHA for 7ce9cf1
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Install all dependencies
35
# Use CPU version of torch and torchvision to speed up the CI
36
- - run: pip install -e . --index-url https://download.pytorch.org/whl/cpu
+ - run: pip install -e . --index-url https://pypi.org/simple --extra-index-url https://download.pytorch.org/whl/cpu
37
- run: pip install pdoc
38
# Build the documentation into docs/
39
- run: pdoc --docformat google -o docs/ metko
0 commit comments