-
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
Added checks to Example action #144
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added check for success of jupyter examples, fail action if example-building fails, prevents autocommit to examples branch
ready to merge |
Update Project.toml
0815Creeper
added a commit
to 0815Creeper/FMIFlux.jl
that referenced
this pull request
Aug 12, 2024
* 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]>
ThummeTo
added a commit
that referenced
this pull request
Sep 4, 2024
* fixed new train method layout in examples * further adjustments * allow for DiffEq default solver heurisitc * fix action * revert change * Patch example action (#128) * changes for debugging * test non escape for awk * changed escapes for debugging * cleanup * doc fix for FMIFlux.train! (#127) * changes fro FMIBase * adaptions for FMIBase * adjustment for Julia 1.9+ extension system * modified examples * revert tutorial/workshop * Added checks to Example action (#144) * 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]> * minor adaptions * updated codecov action v4 * testing tests * modified state change sampling * test * switched to linux FMU * make assert a warning * fixed some tests * fixed tests, examples, workshop, typos * updated tutorials --------- Co-authored-by: Simon Exner <[email protected]>
ThummeTo
added a commit
that referenced
this pull request
Sep 5, 2024
* set julia 1.10 for exmples * Added checks to Example action (#144) * 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]> * relaxed Diffeq version for testing * updated dependent actions to latest * Revert "updated dependent actions to latest" This reverts commit 871eade. * updated dependency action versions * fixes for artifact upload see breaking changes of actions/upload-artifact@v4 * changed from artifacts to branch for gathering due to changes in artifact behavior * added retry on merge conflict * fixes for example action * Update Example.yml * Update Example.yml * Update Project.toml * force pkg to update in CI * debug checks * makeshift versioning fix * fix for makeshift fix * Update Example.yml dont use "latest" in workflows * Update Eval.yml dont use "latest" in workflows * Update TestLTS.yml dont use "latest" in workflows * Update TestLatest.yml dont use "latest" in workflows --------- Co-authored-by: ThummeTo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added check for success of jupyter examples, fail action if example-building fails, prevents autocommit to examples branch