Skip to content

Commit d0dd553

Browse files
authored
Install required pip pkgs (#6906)
1 parent 48cf6b7 commit d0dd553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/L0_backend_python/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ if [[ "$(< /proc/sys/kernel/osrelease)" == *microsoft* ]]; then
5050
export SERVER=${SERVER:=c:/tritonserver/bin/tritonserver.exe}
5151
export BACKEND_DIR=${BACKEND_DIR:=c:/tritonserver/backends}
5252
export MODELDIR=${MODELDIR:=c:/}
53-
pip install requests virtualenv pytest
5453
TEST_WINDOWS=1
5554
else
5655
export DATADIR=${DATADIR:="/data/inferenceserver/${REPO_VERSION}"}
@@ -173,6 +172,8 @@ else
173172
pip3 install torch==1.13.0 -f https://download.pytorch.org/whl/torch_stable.html
174173
fi
175174

175+
pip3 install pytest requests virtualenv
176+
176177
prev_num_pages=`get_shm_pages`
177178
run_server
178179
if [ "$SERVER_PID" == "0" ]; then

0 commit comments

Comments
 (0)