Skip to content

Commit 679e1ad

Browse files
committed
Print pip list in test_model.sh
1 parent b738527 commit 679e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test_model_with_xnnpack() {
130130
bash examples/xnnpack/quantization/test_quantize.sh "${BUILD_TOOL}" "${MODEL_NAME}"
131131
return 0
132132
fi
133-
133+
pip list
134134
# Delegation
135135
if [[ ${WITH_QUANTIZATION} == true ]]; then
136136
SUFFIX="q8"

0 commit comments

Comments
 (0)