repo2docker-action icon indicating copy to clipboard operation
repo2docker-action copied to clipboard

Display `conda-tree` output after building

Open yuvipanda opened this issue 3 years ago • 2 comments

Helps a lot with figuring out why certain packages were installed with the versions they were installed with. Makes it easier to debug why a older version of gdal is provided, for example - like in https://github.com/2i2c-org/infrastructure/issues/1934

yuvipanda avatar Nov 18 '22 22:11 yuvipanda

ok, so the problem seems to be primarily with the test - GITHUB_OUTPUT env var is not set in the test, but it does work when this action is used - see https://github.com/volcanocyber/VICTOR-notebook/pull/2

yuvipanda avatar Jan 18 '23 20:01 yuvipanda

What I don't understand is that this isn't the first time we're trying to use or test GITHUB_OUTPUT hmm

yuvipanda avatar Jan 18 '23 20:01 yuvipanda