Skip to content

Commit

Permalink
Update on "Set up CI"
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
zou3519 committed Apr 18, 2024
2 parents d8a8bc4 + 35139b9 commit 5d90b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ python setup.py egg_info
# optional dependencies come in non-standard syntax after a blank line. Thus, we just extract the header.
sed -e '/^$/,$d' *.egg-info/requires.txt | tee requirements.txt
pip install --progress-bar=off -r requirements.txt
# test dependency
pip install numpy
echo '::endgroup::'

echo '::group::Install TorchVision'
Expand Down

0 comments on commit 5d90b73

Please sign in to comment.