Skip to content

Commit 9c1adcb

Browse files
committed
update deploy action
1 parent 41c1bbf commit 9c1adcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
ls -lh $PYPI_CACHE_DIR
4242
mkdir -p pypi_pkgs # in case template is not pulled
4343
pip --version
44+
pip install -U -r requirements.txt \
45+
-f pypi_pkgs/ -f $PYPI_CACHE_DIR -f ${TORCH_URL}
4446
pip install -U -r requirements/${{ matrix.pkg-name }}/docs.txt \
4547
-f pypi_pkgs/ -f $PYPI_CACHE_DIR -f ${TORCH_URL}
4648
pip list

0 commit comments

Comments
 (0)