Skip to content

Commit 0bce505

Browse files
committed
fix ci
1 parent 4eb4265 commit 0bce505

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8380,6 +8380,8 @@ def test_cli_with_input_list_assignment(self):
83808380
"--input_list",
83818381
f"{tmp_dir}/input_list",
83828382
]
8383+
if self.host:
8384+
cmds.extend(["--host", self.host])
83838385
subprocess.run(cmds, stdout=subprocess.DEVNULL)
83848386
output_file = f"{tmp_dir}/e_out/Result_0/output_0.pt"
83858387
self.assertTrue(os.path.isfile(output_file))

examples/qualcomm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def setup_common_args_and_variables():
906906
"-H",
907907
"--host",
908908
help="hostname where android device is connected.",
909-
default="localhost",
909+
default=None,
910910
type=str,
911911
)
912912

0 commit comments

Comments
 (0)