Skip to content

Commit 768aef9

Browse files
committed
debug
1 parent 288865b commit 768aef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ PY
160160
"$PIPBIN" install torch=="${TORCH_VERSION}.${NIGHTLY_VERSION}" --index-url "https://download.pytorch.org/whl/nightly/cpu"
161161

162162
# Install torchao based on the pinned commit from third-party/ao submodule
163-
pushd "$REPO_ROOT/third-party/ao" > /dev/null
164-
USE_CPP=0 "$PYBIN" setup.py develop
165-
popd > /dev/null
163+
"$PIPBIN" install third-party/ao
166164

167165
echo "=== [$LABEL] Import smoke tests ==="
168166
"$PYBIN" -c "import executorch; print('executorch imported successfully')"

0 commit comments

Comments
 (0)