Skip to content

Commit

Permalink
also list full conda env in CI (#7640)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored May 30, 2023
1 parent db22668 commit 9d0a93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ echo '::group::Install TorchVision'
python setup.py develop
echo '::endgroup::'

echo '::group::Collect PyTorch environment information'
echo '::group::Collect environment information'
conda list
python -m torch.utils.collect_env
echo '::endgroup::'

0 comments on commit 9d0a93e

Please sign in to comment.