We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79e28 commit 8a3b9dcCopy full SHA for 8a3b9dc
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install matplotlib
30
pip install jupyter
31
pip install numpy
32
- pip install torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
33
pip install .[dev]
34
pip install sphinx
35
pip install sphinx-book-theme
@@ -49,4 +49,4 @@ jobs:
49
if: ${{ github.event_name == 'push' }}
50
uses: JamesIves/github-pages-deploy-action@v4
51
with:
52
- folder: docs/_build/html # The folder the action should deploy.
+ folder: docs/_build/html # The folder the action should deploy.
0 commit comments