Skip to content

Commit 7ce9cf1

Browse files
committed
Two index urls
1 parent e970fc1 commit 7ce9cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Install all dependencies
3535
# 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
36+
- run: pip install -e . --index-url https://pypi.org/simple --extra-index-url https://download.pytorch.org/whl/cpu
3737
- run: pip install pdoc
3838
# Build the documentation into docs/
3939
- run: pdoc --docformat google -o docs/ metko

0 commit comments

Comments
 (0)