Skip to content

Commit e4d1fb0

Browse files
committed
test: Remove pip3 install tritonclient[all]
1 parent 8f90112 commit e4d1fb0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

qa/L0_infer/install_and_test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -45,8 +45,5 @@ else
4545
curl
4646
fi
4747

48-
# install client libraries
49-
pip3 install tritonclient[all]
50-
5148
# Run the actual test
5249
bash -x test.sh

0 commit comments

Comments
 (0)