-
Notifications
You must be signed in to change notification settings - Fork 114
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
Use pint != 0.24.0 in "pytest" CI workflow #535
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #535 +/- ##
=====================================
Coverage 98.8% 98.8%
=====================================
Files 44 44
Lines 4796 4796
=====================================
Hits 4739 4739
Misses 57 57 |
The macOS jobs all fail with the following. I've filed ts-graphviz/setup-graphviz#630 and will work around by temporarily disabling this for the macOS jobs.
|
Somehow turning off the setup-graphviz step entirely on the macOS runners allowed the jobs to succeed. I infer that Graphviz is already present on these systems. |
Per #534.
How to review
Read the diff and note that the CI checks all pass.
PR checklist
Add or expand tests;coverage checks both ✅ CI changes only.Add, expand, or update documentation.Update release notes.