Unverified Commit 9d0a93ee authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

also list full conda env in CI (#7640)

parent db22668e
...@@ -89,6 +89,7 @@ echo '::group::Install TorchVision' ...@@ -89,6 +89,7 @@ echo '::group::Install TorchVision'
python setup.py develop python setup.py develop
echo '::endgroup::' echo '::endgroup::'
echo '::group::Collect PyTorch environment information' echo '::group::Collect environment information'
conda list
python -m torch.utils.collect_env python -m torch.utils.collect_env
echo '::endgroup::' echo '::endgroup::'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment