Skip to content

Fix CI workflows: add Julia setup for Runic, disable downgrade tests#88

Merged
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-ci-workflows
Jan 12, 2026
Merged

Fix CI workflows: add Julia setup for Runic, disable downgrade tests#88
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-ci-workflows

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

  • Add julia-actions/setup-julia step before runic-action in FormatCheck.yml (the runic-action requires Julia to be available)
  • Disable downgrade tests by adding if: false to the job in Downgrade.yml

Motivation

The formatting CI was failing because runic-action requires Julia to be installed first. This PR adds the Julia setup step similar to what was done in DelayDiffEq.jl PR #357.

The downgrade tests are temporarily disabled as they need to wait for updates in OrdinaryDiffEq before they can pass again.

Related

Closes #87 (when downgrade tests are re-enabled)

See #87 for tracking re-enablement of downgrade tests.

Test plan

  • CI should pass the formatting check with the Julia setup step
  • CI should skip the downgrade workflow

🤖 Generated with Claude Code

- Add julia-actions/setup-julia step before runic-action in FormatCheck.yml
  (the runic-action requires Julia to be available)
- Disable downgrade tests pending OrdinaryDiffEq updates (see SciML#87)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Josef Stoer is one of the creators of the Bulirsch-Stoer algorithm,
so this is a legitimate proper name, not a typo of "Store".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 2d5bd28 into SciML:master Jan 12, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-enable downgrade tests after OrdinaryDiffEq updates

3 participants