@LarsAsplund, since keep-compiling is a built-in feature, we can enable it though the CLI argument, instead of adding it as a custom option. Hence, in this PR, -k is used when executing the run.py script, and the content is simplified accordingly.
At the same time, both CI workflows are merged and the versions of actions 'checkout' and 'setup-python' are updated.
Related to #14.
@LarsAsplund, since
keep-compiling
is a built-in feature, we can enable it though the CLI argument, instead of adding it as a custom option. Hence, in this PR,-k
is used when executing therun.py
script, and the content is simplified accordingly.At the same time, both CI workflows are merged and the versions of actions 'checkout' and 'setup-python' are updated.