Skip to content

Commit

Permalink
Merge pull request #4565 from vincepri/fixup-e2e
Browse files Browse the repository at this point in the history
e2e: Remove double install
  • Loading branch information
k8s-ci-robot authored Oct 10, 2023
2 parents 24f82c0 + 9a136ed commit 29063e0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,8 @@ cleanup() {
trap cleanup EXIT

# Ensure that python3-pip is installed.
apt update
apt install -y python3-pip
rm -rf /var/lib/apt/lists/*

# Install/upgrade pip and requests module explicitly for HTTP calls.
apt update
apt install -y python3-pip python3-requests
apt-get update
apt-get install -y python3-pip python3-requests

# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
if [ -n "${BOSKOS_HOST:-}" ]; then
Expand Down

0 comments on commit 29063e0

Please sign in to comment.