Skip to content

Commit a7f500b

Browse files
committed
fix ci
1 parent d8ff111 commit a7f500b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ EOF
8787
# Wheel build and .so checks
8888
# ----------------------------
8989
echo "=== Building Wheel Package ==="
90-
source .ci/scripts/utils.sh
91-
install_executorch "--use-pt-pinned-commit"
90+
pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
9291
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
9392
unset EXECUTORCH_BUILDING_WHEEL
9493

0 commit comments

Comments
 (0)