Skip to content

Commit 9a54749

Browse files
committed
debug
1 parent f480a3c commit 9a54749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EOF
8181
# Wheel build and .so checks
8282
# ----------------------------
8383
echo "=== Building Wheel Package ==="
84-
export EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
84+
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
8585

8686
WHEEL_FILE=$(ls dist/*.whl | head -n 1)
8787
echo "Found wheel: $WHEEL_FILE"

0 commit comments

Comments
 (0)