Skip to content

Commit 039ac74

Browse files
Merge pull request #4433 from SciML/as/fix-ci
ci: several fixes to downstream CI
2 parents 38c0985 + f373493 commit 039ac74

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/Downstream.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,17 @@ jobs:
3535
- {user: SciML, repo: Catalyst.jl, group: Spatial}
3636
- {user: SciML, repo: CellMLToolkit.jl, group: Core}
3737
- {user: SciML, repo: SBMLToolkit.jl, group: All}
38-
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
38+
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE1}
39+
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE2}
3940
- {user: SciML, repo: DataDrivenDiffEq.jl, group: Downstream}
4041
- {user: SciML, repo: StructuralIdentifiability.jl, group: Core}
4142
- {user: SciML, repo: ModelingToolkitStandardLibrary.jl, group: Core}
4243
- {user: SciML, repo: ModelOrderReduction.jl, group: All}
4344
- {user: SciML, repo: MethodOfLines.jl, group: Interface}
4445
- {user: SciML, repo: MethodOfLines.jl, group: 2D_Diffusion}
4546
- {user: SciML, repo: MethodOfLines.jl, group: DAE}
46-
- {user: SciML, repo: ModelingToolkitNeuralNets.jl, group: All}
47+
- {user: SciML, repo: ModelingToolkitNeuralNets.jl, group: Core}
4748
- {user: SciML, repo: SciMLSensitivity.jl, group: Core8}
48-
49-
- {user: Neuroblox, repo: Neuroblox.jl, group: All}
5049
steps:
5150
- uses: actions/checkout@v6
5251
- uses: julia-actions/setup-julia@v2

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ function __init__()
183183
SU.hashcons(unwrap(ODE_GAMMA[3]), true)
184184
SU.hashcons(unwrap(ODE_C), true)
185185
end
186-
186+
187187
end # module

0 commit comments

Comments
 (0)