Skip to content

Commit

Permalink
fix dep-installations in run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 22, 2024
1 parent 1797fa6 commit c4a968f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ function printRunParameters() {
function installDependencies() {
# Ensure that realpath is installed.
which realpath
# Ensure that python3 is installed.
which python3
# Ensure that make is installed.
which make || (sudo apt-get update && sudo apt-get install -y make time)
# Ensure that go is installed.
Expand Down

0 comments on commit c4a968f

Please sign in to comment.