-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix workflows running from gui's tools panel not working #9954
base: main
Are you sure you want to change the base?
Conversation
Have you tested workflows with this PR? |
Does the workflows work if you run them as part of an ert run? (maybe the same that was meant with the above comment?) |
CodSpeed Performance ReportMerging #9954 will not alter performanceComparing Summary
|
Yes, both in GUI and with |
No, but I can add a workflow_hook and have it run as part of the experiment. |
0c4c3c2
to
a59107f
Compare
Some mypy errors:
|
81c76e6
to
f732acb
Compare
This commit fixes the issue where most of the legacy workflows would not work due to ert_config not being passed to workflow_runner in run_workflow_widget. This commit refactors the workflow_runner/plugin_runner to not use ert_config directly; and instead only pass `ert_config.runpaths`
f732acb
to
1524a6e
Compare
Approach
This commit fixes the issue where most of the legacy workflows would not work due to ert_config not being passed to workflow_runner in run_workflow_widget.
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'just rapid-tests'
)When applicable