Skip to content

Comments

Remove pre-release Julia from CI_extensions#493

Merged
pogudingleb merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-ci-extensions-pre
Feb 10, 2026
Merged

Remove pre-release Julia from CI_extensions#493
pogudingleb merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-ci-extensions-pre

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

Context

The test (ModelingToolkitSIExt, pre) job has been consistently timing out at the 6-hour GitHub Actions limit. This appears to be an upstream issue with ModelingToolkit or its dependencies on Julia 1.12-DEV. The tests hang after precompilation completes with no output.

Test plan

  • Verify CI_extensions passes with only version: '1'
  • Confirm main CI still tests pre for Core and QA groups
  • CI should pass on this PR

🤖 Generated with Claude Code

claude and others added 2 commits February 9, 2026 16:50
ModelingToolkitSIExt tests hang on Julia pre-release (1.12-DEV),
causing a 6-hour timeout. This is an upstream issue with
ModelingToolkit and its dependencies on pre-release Julia. The main
CI workflow still tests Core and QA groups on pre-release.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The runic-action requires Julia to be available on the runner. On
self-hosted runners Julia may not be in PATH, causing the format
check to fail. Adding setup-julia ensures Julia is available.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ChrisRackauckas-Claude
Copy link
Author

Added setup-julia step to FormatCheck workflow. The runic-action was failing because Julia was not available on the self-hosted runner.

@pogudingleb
Copy link
Collaborator

Thanks!

@pogudingleb pogudingleb merged commit b319d00 into SciML:master Feb 10, 2026
11 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.

3 participants