VeinsOfTheEarth / RivGraph

Extracting and quantifying graphical representations of river and delta channel networks from binary masks
https://veinsoftheearth.github.io/RivGraph/
Other
81 stars 24 forks source link

Print package versions used in testing #68

Closed elbeejay closed 2 years ago

elbeejay commented 2 years ago

This PR adds a line to print the list of conda packages installed for the unit testing for each OS. This enables us to see which combination of dependencies is working, for example we can see which version of geopandas is being installed.

I think this could help people resolve issues like #67 and in my opinion would close #45.

EDIT: I am not sure who is able to look at the GitHub Action logfiles, but at the very least a project maintainer could copy/paste the stable set of dependencies if issues like those above do arise in the future.