Skip to content

Commit 5d90b73

Browse files
committed
Update on "Set up CI"
[ghstack-poisoned]
2 parents d8a8bc4 + 35139b9 commit 5d90b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/setup-env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ python setup.py egg_info
106106
# optional dependencies come in non-standard syntax after a blank line. Thus, we just extract the header.
107107
sed -e '/^$/,$d' *.egg-info/requires.txt | tee requirements.txt
108108
pip install --progress-bar=off -r requirements.txt
109+
# test dependency
110+
pip install numpy
109111
echo '::endgroup::'
110112

111113
echo '::group::Install TorchVision'

0 commit comments

Comments
 (0)