We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b7011 commit 83b9be4Copy full SHA for 83b9be4
bench_runner/scripts/install.py
@@ -321,6 +321,8 @@ def _main(check: bool) -> None:
321
if not src_path.is_file():
322
continue
323
324
+ print(f"Processing {src_path}...")
325
+
326
if src_path.name.endswith(".src.yml"):
327
dst_path = WORKFLOW_PATH / (src_path.name[:-8] + ".yml")
328
generator = GENERATORS.get(src_path.name, generate_generic)
0 commit comments