diff --git a/utils/pr_slow_ci_models.py b/utils/pr_slow_ci_models.py index f7cd960ec91..391e99fc227 100644 --- a/utils/pr_slow_ci_models.py +++ b/utils/pr_slow_ci_models.py @@ -142,4 +142,4 @@ if __name__ == "__main__": new_model = get_new_model() specified_models = get_models(args.commit_message) models = ([] if new_model == "" else [new_model]) + specified_models - print(models) + print(sorted(set(models)))