-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix Plugin Test Matrix stable/stable tests #1019
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1019 +/- ##
===========================================
- Coverage 96.73% 27.86% -68.88%
===========================================
Files 233 29 -204
Lines 39639 2584 -37055
===========================================
- Hits 38345 720 -37625
- Misses 1294 1864 +570 ☔ View full report in Codecov by Sentry. |
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 @AmintorDusko! 🥇
Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com>
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.
Thank you @AmintorDusko
Just one comment
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.
Thank you @AmintorDusko for this CI fix. 🚀
Context: The plugin test matrix fails because of a recent pin to jaxlib version.
Description of the Change: We'll follow the pennylane and Catalyst pins.
stable/stable
Benefits: Tests will work.
Possible Drawbacks:
Related GitHub Issues:
[sc-79942]