Skip to content

Commit eeba71b

Browse files
committed
update
1 parent 6054c99 commit eeba71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/get_files_to_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def get_all_files() -> List[str]:
1313
sources = [x.relative_to(REPO_BASE_DIR) for x in REPO_BASE_DIR.glob("*_source/**/*.py") if 'data' not in x.parts]
14-
return [str(x) for x in sources]
14+
return sorted([str(x) for x in sources])
1515

1616

1717
def read_metadata() -> Dict[str, Any]:

0 commit comments

Comments
 (0)