-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEV - Miscellaneous enhancements to CI #1928
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this! I was just about to refactor the graphviz installation in #1929, you saved me the trouble 😄
Ok graphviz action substituted, and it seems installs are working as expected so will mark as ready for review |
graphviz: | ||
description: Whether this should install Graphviz or not | ||
required: false | ||
default: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to change this to the GH actions boolean false
and setting the type: boolean
here but GH actions complained that this had to be a string
🤷🏽 not sure why so left it as a string for now
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and CIs are happy! Let's get this in.
This PR includes a couple of fixes to the CI workflows: