Skip to content

Commit c13ce5b

Browse files
debug validate min versions
1 parent 9110f2c commit c13ce5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate_min_versions_in_sync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def pin_min_versions_to_ci_deps() -> int:
7979
yaml_result_data,
8080
fromfile=curr_file.name,
8181
tofile="edited"))))
82+
sys.stderr.write(yaml_result_data)
8283
with open(curr_file, "w", encoding="utf-8") as f:
8384
f.write(yaml_result_data)
8485
ret |= 1

0 commit comments

Comments
 (0)