Skip to content

Commit 301d9fd

Browse files
committed
Check python variable
1 parent 284e95b commit 301d9fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/scripts/test_qnn_static_llama.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
set -exu
99

10+
if [[ -z "${PYTHON_EXECUTABLE:-}" ]]; then
11+
PYTHON_EXECUTABLE=python3
12+
fi
13+
14+
which "${PYTHON_EXECUTABLE}"
15+
1016

1117
# Download and create artifacts.
1218
PARAMS="params.json"

0 commit comments

Comments
 (0)