-
Notifications
You must be signed in to change notification settings - Fork 26
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
[ci] Fixes for crashes on workflow #268
Conversation
aaronj0
commented
May 6, 2024
- reverts Python version to 3.10
- Disables specific CppInterOp unit tests causing bad valgrind reports
- Added flag for CUDA test to keep disabled during the runs
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #268 +/- ##
===========================================
- Coverage 87.65% 75.45% -12.21%
===========================================
Files 4 8 +4
Lines 1742 2994 +1252
===========================================
+ Hits 1527 2259 +732
- Misses 215 735 +520 |
@maximusron can you add to this PR commits which disable the failing tests on Windows, so we can remove the continue on error for that part of the ci? |