Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 16, 2024
1 parent 98574e7 commit a319820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Doctests
on:
push:
branches:
- run_doctest*
- fix_stupid_cond
repository_dispatch:
schedule:
- cron: "17 2 * * *"
Expand Down
1 change: 1 addition & 0 deletions utils/split_doctest_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
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:
Expand Down

0 comments on commit a319820

Please sign in to comment.