This commit is contained in:
ydshieh 2024-04-16 15:26:31 +02:00
parent 98574e7935
commit a319820641
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Doctests
on:
push:
branches:
- run_doctest*
- fix_stupid_cond
repository_dispatch:
schedule:
- cron: "17 2 * * *"

View File

@ -70,6 +70,7 @@ if __name__ == "__main__":
refined_test_collection_map[file_dir] = " ".join(sorted(raw_test_collection_map[file_dir]))
sorted_file_dirs = sorted(refined_test_collection_map.keys())
sorted_file_dirs = ["src/transformers/models/idefics2"]
test_collection_map = {}
for file_dir in sorted_file_dirs: