Skip to content

Commit 0ab84a4

Browse files
authored
Remove pip install from setup_docker_env.sh. (#1292)
Signed-off-by: Qiliang Cui <[email protected]>
1 parent a5f96b8 commit 0ab84a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/scripts/setup_docker_env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ setup_environment() {
4949

5050
echo "Cleanup complete."
5151

52-
echo "Installing Python dependencies"
53-
python3 -m pip install --progress-bar off buildkite-test-collector==0.1.9
54-
echo "Python dependencies installed"
5552
if [ -z "${BUILDKITE:-}" ]; then
5653
VLLM_COMMIT_HASH=""
5754
TPU_INFERENCE_HASH=$(git log -n 1 --pretty="%H")

0 commit comments

Comments
 (0)