-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI updates #146
CI updates #146
Conversation
* Update Example.yml Added check for success of jupyter examples, fail action if example-building fails, prevents autocommit to examples branch * relaxed compats Update Project.toml --------- Co-authored-by: ThummeTo <[email protected]>
for testing
This reverts commit 871eade.
see breaking changes of actions/upload-artifact@v4
due to changes in artifact behavior
…FMIFlux.jl into 0815Creeper-patch-1
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 |
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 :-) |
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. |
dont use "latest" in workflows
dont use "latest" in workflows
dont use "latest" in workflows
dont use "latest" in workflows
version bumps in github actions,
switch from artifacts to commit-based example upload,
check for example build success