Closed 0815Creeper closed 2 months ago
ready to merge
just checking if DifferentialEquations 7.13 works
now the failing examples use DifferentialEquations 7.13 but still failing due to (upgradable) BoundaryValueDiffEq v5.7.1 any further ideas?
will FMIFlux.jl move away from DifferentialEquations.jl (just as FMI.jl) soon or not? if not, this needs fixing
see feature branch v0.13.0 :-)
(answer is yes, it's OrdinaryDiffEq
now)
just found the possible source of the issue: some other recursive dependent packages, that prevent BoundaryValueDiffEq from updated. The only reasonable solution is to limit BoundaryValueDiffEq to 5.6 manually within the action. Not pretty but for now the best solution, I think
version bumps in github actions, switch from artifacts to commit-based example upload, check for example build success