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 a0d0335 commit 33d7edfCopy full SHA for 33d7edf
.github/workflows/docs-build.yml
@@ -26,6 +26,7 @@ jobs:
26
env:
27
ARTIFACT_DAYS: 0
28
PYPI_LOCAL_DIR: "pypi_pkgs/"
29
+ TORCH_URL: "https://download.pytorch.org/whl/cpu"
30
steps:
31
- uses: actions/checkout@v5
32
- uses: actions/setup-python@v6
@@ -39,7 +40,7 @@ jobs:
39
40
run: sudo apt-get install -y pandoc
41
- name: Install package & dependencies
42
timeout-minutes: 20
- run: pip install . -U -r requirements/docs.txt
43
+ run: pip install . -U -r requirements/docs.txt --extra-index-url=${TORCH_URL}
44
45
- name: Make ${{ matrix.target }}
46
working-directory: docs/
0 commit comments