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.
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
[develop]: Remove shell workflow. #764
[develop]: Remove shell workflow. #764
Changes from 1 commit
a295284
fd67251
6021cf3
5a2db4f
db96de1
a63f913
62ca154
9d597c3
b992652
2c1b2a4
1fd8557
e05e206
7d29801
47fe6eb
2d1790c
b838969
8b07fc3
b8d6c9c
c9f04f7
5f1d916
9f88f60
9b30afd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems a bit dangerous. Why wouldn't we have this list of expected modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the only way to get around with calling any of the python utility functions when
regional_workflow
environment is not activated andpyyaml
is absent. Note also that yaml is imported very last so that other modules are imported properly before the exception happens. Otherwise, we will not be able to use python versions oflink_fix
,create_model/diag tables
, use python version to delete crontab line, and a lot of stuff we need for theyaml config
PR etc. For example,var_defns
is loaded as ashell or ini
file, and it is needed by all tasks including those that do not activateregional_workflow