Skip to content

Commit 8a3b9dc

Browse files
committed
update workflow file
1 parent 4a79e28 commit 8a3b9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install matplotlib
3030
pip install jupyter
3131
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
32+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3333
pip install .[dev]
3434
pip install sphinx
3535
pip install sphinx-book-theme
@@ -49,4 +49,4 @@ jobs:
4949
if: ${{ github.event_name == 'push' }}
5050
uses: JamesIves/github-pages-deploy-action@v4
5151
with:
52-
folder: docs/_build/html # The folder the action should deploy.
52+
folder: docs/_build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)