Skip to content

Commit cae8258

Browse files
committed
Remove unnecessary pip upgrades
1 parent b71088a commit cae8258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/L0_backend_vllm/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
RET=0
2929
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
3030

31-
python3 -m pip install --upgrade pip && pip3 install tritonclient[grpc]
31+
python3 -m pip install tritonclient[grpc]
3232

3333
for TEST in ${SUBTESTS}; do
3434
(cd ${TEST} && bash -ex test.sh && cd ..)

ci/L0_multi_gpu/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
RET=0
2929
SUBTESTS="vllm_backend multi_lora"
3030

31-
python3 -m pip install --upgrade pip && pip3 install tritonclient[grpc]
31+
python3 -m pip install tritonclient[grpc]
3232

3333
for TEST in ${SUBTESTS}; do
3434
(cd ${TEST} && bash -ex test.sh && cd ..)

0 commit comments

Comments
 (0)