Commit 8c0db2ac authored by baberabb's avatar baberabb
Browse files

fix typos

parent 80b84321
...@@ -16,7 +16,7 @@ def new_tasks(any_new_tasks: bool) -> List[str]: ...@@ -16,7 +16,7 @@ def new_tasks(any_new_tasks: bool) -> List[str]:
FILENAME = ".github/outputs/tasks_all_changed_and_modified_files.txt" FILENAME = ".github/outputs/tasks_all_changed_and_modified_files.txt"
if any_new_tasks and os.path.exists(FILENAME): if any_new_tasks and os.path.exists(FILENAME):
return [parser(load_changed_files(FILENAME))] return [parser(load_changed_files(FILENAME))]
elif "API" in os.getenv(): elif "API" in os.getenv:
return ["arc_easy", "hellaswag", "piqa", "wikitext"] return ["arc_easy", "hellaswag", "piqa", "wikitext"]
else: else:
return ["arc_easy"] return ["arc_easy"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment