repo2docker-action
repo2docker-action copied to clipboard
Display `conda-tree` output after building
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
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
What I don't understand is that this isn't the first time we're trying to use or test GITHUB_OUTPUT hmm