Skip to content

Commit 1d331ab

Browse files
author
shubhagr-quic
authored
Revert "Installing python package rich to resolve QNN tests failure." (#283)
Reverts #241 Signed-off-by: Shubham Agrawal <[email protected]>
1 parent 6ec700c commit 1d331ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ pipeline {
9393
cd /efficient-transformers &&
9494
. preflight_qeff/bin/activate &&
9595
mkdir -p $PWD/Qnn_cli &&
96-
pip install rich &&
9796
export TOKENIZERS_PARALLELISM=false &&
9897
export QEFF_HOME=$PWD/Qnn_cli &&
9998
pytest tests -m '(cli and qnn)' --junitxml=tests/tests_log4.xml &&
@@ -111,7 +110,6 @@ pipeline {
111110
source /qnn_sdk/bin/envcheck -c &&
112111
cd /efficient-transformers &&
113112
. preflight_qeff/bin/activate &&
114-
pip install rich &&
115113
mkdir -p $PWD/Qnn_non_cli &&
116114
export TOKENIZERS_PARALLELISM=false &&
117115
export QEFF_HOME=$PWD/Qnn_non_cli &&

0 commit comments

Comments
 (0)