Skip to content

Use conda list to print packages in CI jobs

Duncan Macleod requested to merge duncanmmacleod/bilby:ci-conda-list into master

This MR patches the CI pipeline to use conda list if possible to print the packages in the environment, which gives more information than pip list installed.

Merge request reports