Skip to content

Commit 942d9dd

Browse files
committed
fix install executorch
1 parent addb28c commit 942d9dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ EOF
8888
# ----------------------------
8989
echo "=== Building Wheel Package ==="
9090
# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
91-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
91+
source .ci/scripts/utils.sh
92+
install_executorch "--use-pt-pinned-commit"
9293
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
9394
unset EXECUTORCH_BUILDING_WHEEL
9495

0 commit comments

Comments
 (0)