diff --git a/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml b/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml index 222791f5880bf..2cd6ee1e6f031 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-win-arm64-qnn.yml @@ -91,7 +91,7 @@ jobs: --skip_submodule_sync --cmake_generator "$(VSGenerator)" --use_qnn - --qnn_home ${{ parameters.QNN_SDK_ROOTDIR }} + --qnn_home $(QNN_SDK_ROOTDIR) --enable_pybind --parallel --update --numpy_version ${{ parameters.NUMPY_VERSION }}