Skip to content

Commit

Permalink
Fix pr perf test (#1490)
Browse files Browse the repository at this point in the history
* test fix

* test fix

* test fix

* remove rest changes
  • Loading branch information
Tulsishah authored and gargnitingoogle committed Nov 29, 2023
1 parent b4cf398 commit b0c5bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ function install_requirements() {
echo installing requirements
echo Installing python3-pip
sudo apt-get -y install python3-pip
echo Installing Bigquery module requirements...
pip install --require-hashes -r ./perfmetrics/scripts/bigquery/requirements.txt --user
echo Installing libraries to run python script
pip install google-cloud
pip install google-cloud-vision
Expand Down

0 comments on commit b0c5bb2

Please sign in to comment.