Skip to content

Commit

Permalink
Fix e2e test by python3 installation (#2593)
Browse files Browse the repository at this point in the history
* install python3

* remove unnecessary file

* remove unnecessary commad

* pass -y flag
  • Loading branch information
Tulsishah authored Oct 15, 2024
1 parent 6d24bbd commit 24a3262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +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 -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 24a3262

Please sign in to comment.