-
Notifications
You must be signed in to change notification settings - Fork 25
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
Rework RedisAI build to allow for GCC-14 testing #518
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #518 +/- ##
============================================
- Coverage 95.92% 57.62% -38.31%
============================================
Files 10 147 +137
Lines 884 11708 +10824
Branches 0 1127 +1127
============================================
+ Hits 848 6747 +5899
- Misses 36 4810 +4774
- Partials 0 151 +151 |
6a120d3
to
73c9f52
Compare
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!!
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
# Setup python within the container | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 |
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 keeping these up to date by the way!
No description provided.