We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7314f commit ae571aeCopy full SHA for ae571ae
1 file changed
.ci/scripts/test_wheel_package_qnn.sh
@@ -177,6 +177,9 @@ PY
177
"$PIPBIN" install . --no-build-isolation
178
popd > /dev/null
179
180
+ # Install qualcomm backend dependencies
181
+ "$PIPBIN" install -r "$REPO_ROOT/backends/qualcomm/requirements.txt"
182
+
183
echo "=== [$LABEL] Import smoke tests ==="
184
"$PYBIN" -c "import executorch; print('executorch imported successfully')"
185
"$PYBIN" -c "import executorch.backends.qualcomm; print('executorch.backends.qualcomm imported successfully')"
0 commit comments