Skip to content

Commit a231b7a

Browse files
committed
fix
1 parent 561616a commit a231b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ if [[ "$FLOW" == *qnn* ]]; then
2929
# Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
3030
# Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
3131
# cleaned up.
32-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
34-
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
32+
PYTHON_EXECUTABLE=python source .ci/scripts/setup-linux.sh --build-tool cmake
33+
PYTHON_EXECUTABLE=python source .ci/scripts/setup-qnn-deps.sh
34+
PYTHON_EXECUTABLE=python source .ci/scripts/build-qnn-sdk.sh
3535
QNN_X86_LIB_DIR=`realpath build-x86/lib/`
3636
export LD_LIBRARY_PATH"=$QNN_X86_LIB_DIR:$QNN_SDK_ROOT/lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:-}"
3737

0 commit comments

Comments
 (0)