You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change addresses CI failures on Julia prerelease versions by:
- Creating a new 'nopre' test group for tests that use Enzyme
- Adding the nopre group to CI configuration for NonlinearSolve and SimpleNonlinearSolve
- Excluding nopre tests from running on Julia 'pre' version in CI
- Creating enzyme_tests.jl with example Enzyme tests that skip on prerelease
All existing Enzyme tests in subpackages already have VERSION.prerelease
checks, but this change provides an additional CI-level control to prevent
these tests from running on prerelease Julia versions.
Fixes test failures seen in https://github.com/SciML/NonlinearSolve.jl/actions/runs/16851672503/job/47738829623
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments