jupyterhub / repo2docker-action

A GitHub action to build data science environment images with repo2docker and push them to registries.
MIT License
142 stars 28 forks source link

Display `conda-tree` output after building #94

Open yuvipanda opened 1 year ago

yuvipanda commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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