Skip to content

Commit

Permalink
Avoid duplication in PR slow CI model list (#30634)
Browse files Browse the repository at this point in the history
update

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored May 3, 2024
1 parent deb7605 commit 91d155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pr_slow_ci_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ def get_models(commit_message: str):
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)))

0 comments on commit 91d155e

Please sign in to comment.