Commit 1d56428
committed
Explicitly develop local OrdinaryDiffEqCore in DowngradeSublibraries CI
The julia-downgrade-compat action was not properly resolving path-based sources
in [sources] sections of Project.toml files. This caused sublibraries to try
loading OrdinaryDiffEqCore from the registry instead of the local version,
which failed because the registry version doesn't have SciMLLogging.
This fix adds an explicit Pkg.develop() step to ensure the local version of
OrdinaryDiffEqCore is used for all sublibrary tests that depend on it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ee96afb commit 1d56428
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments