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.
2 parents d8a8bc4 + 35139b9 commit 5d90b73Copy full SHA for 5d90b73
.github/scripts/setup-env.sh
@@ -106,6 +106,8 @@ python setup.py egg_info
106
# optional dependencies come in non-standard syntax after a blank line. Thus, we just extract the header.
107
sed -e '/^$/,$d' *.egg-info/requires.txt | tee requirements.txt
108
pip install --progress-bar=off -r requirements.txt
109
+# test dependency
110
+pip install numpy
111
echo '::endgroup::'
112
113
echo '::group::Install TorchVision'
0 commit comments