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 41c1bbf commit 9c1adcbCopy full SHA for 9c1adcb
.github/workflows/deploy-gh-pages.yml
@@ -41,6 +41,8 @@ jobs:
41
ls -lh $PYPI_CACHE_DIR
42
mkdir -p pypi_pkgs # in case template is not pulled
43
pip --version
44
+ pip install -U -r requirements.txt \
45
+ -f pypi_pkgs/ -f $PYPI_CACHE_DIR -f ${TORCH_URL}
46
pip install -U -r requirements/${{ matrix.pkg-name }}/docs.txt \
47
-f pypi_pkgs/ -f $PYPI_CACHE_DIR -f ${TORCH_URL}
48
pip list
0 commit comments