Skip to content

Commit a3274c5

Browse files
committed
debug
1 parent b6edc2d commit a3274c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ echo "Using temporary directory: $TEMP_ENV_DIR"
9797
conda create -y -p "$TEMP_ENV_DIR/env" python=3.10
9898
conda run -p "$TEMP_ENV_DIR/env" pip install "$WHEEL_FILE"
9999

100-
pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
101-
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cpu
100+
conda run -p "$TEMP_ENV_DIR/env" pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
101+
conda run -p "$TEMP_ENV_DIR/env" pip install --pre torchao --index-url "https://download.pytorch.org/whl/nightly/cpu"
102102

103103
# Run import tests
104104
conda run -p "$TEMP_ENV_DIR/env" python -c "import executorch; print('executorch imported successfully')"

0 commit comments

Comments
 (0)