Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 6fe276b

Browse files
committed
show
1 parent c77d356 commit 6fe276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def bash_test(folder: str, output_file: str = PATH_SCRIPT_TEST) -> Optional[str]
375375
if AssistantCLI._valid_accelerator(folder):
376376
# and install specific packages
377377
pip_req, pip_args = AssistantCLI._parse_requirements(folder)
378-
cmd += [f"pip install {pip_req} --quiet {pip_args}", "pip list"]
378+
cmd += [f"pip install {pip_req} {pip_args}", "pip list"] # TODO: add ` --quiet`
379379
# Export the actual packages used in runtime
380380
cmd.append(f"meta_file=$(python .actions/assistant.py update-env-details {folder} --base_path .)")
381381
# show created meta config

0 commit comments

Comments
 (0)