We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cd73e commit 1745f91Copy full SHA for 1745f91
.ci/scripts/test_wheel_package_qnn.sh
@@ -81,7 +81,7 @@ EOF
81
# Wheel build and .so checks
82
# ----------------------------
83
echo "=== Building Wheel Package ==="
84
-export EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
+EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
85
86
WHEEL_FILE=$(ls dist/*.whl | head -n 1)
87
echo "Found wheel: $WHEEL_FILE"
0 commit comments