ci/package_checks: Add a check for installed licenses#8772
Conversation
|
Unfortunately, it is not quite that simple. Python packages usually install license files to |
I've changed the check to use a list of patterns which can easily be extended. That should make it possible to cover all the situations. It's also a warning, so it shouldn't block PRs when no licenses can be found. |
EbonJaeger
left a comment
There was a problem hiding this comment.
Oops, I didn't see that this had been updated. LGTM, thanks!
Summary
Add a check that emits a warning when a package does not include license files.
See #7294
Test Plan
Checklist
Package was built and tested against unstable