-
Notifications
You must be signed in to change notification settings - Fork 176
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: Disable autodiff plugin for lcg #2433
ci: Disable autodiff plugin for lcg #2433
Conversation
discussed with @benjaminhuth |
Codecov Report
@@ Coverage Diff @@
## main #2433 +/- ##
=======================================
Coverage 49.70% 49.70%
=======================================
Files 455 455
Lines 25840 25840
Branches 11861 11861
=======================================
Hits 12843 12843
Misses 4592 4592
Partials 8405 8405 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Autodiff is causing troubles from time to time while refactoring code. There is another occurrence in #2341 and it seems easiest to not use that plugin on that platform in the CI. The plugin is still tested on ubuntu for example where it works without troubles.
Pulled out of #2341