Skip to content

Commit acda01e

Browse files
committed
fix ci
1 parent 5e14d9a commit acda01e

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
@@ -87,7 +87,8 @@ EOF
8787
# Wheel build and .so checks
8888
# ----------------------------
8989
echo "=== Building Wheel Package ==="
90-
pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
90+
# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
91+
./install_executorch.sh --minimal
9192
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
9293
unset EXECUTORCH_BUILDING_WHEEL
9394

0 commit comments

Comments
 (0)