Skip to content

Commit

Permalink
pass -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 15, 2024
1 parent 399ea34 commit 453b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function install_packages() {
wget -O go_tar.tar.gz https://go.dev/dl/go1.23.2.linux-${architecture}.tar.gz -q
sudo rm -rf /usr/local/go && tar -xzf go_tar.tar.gz && sudo mv go /usr/local
export PATH=$PATH:/usr/local/go/bin
sudo apt-get install python3
sudo apt-get install -y python3
# install python3-setuptools tools.
sudo apt-get install -y gcc python3-dev python3-setuptools
# Downloading composite object requires integrity checking with CRC32c in gsutil.
Expand Down

0 comments on commit 453b5e2

Please sign in to comment.