From 03c110bc2275fe33724714fc32ead99f1058f14b Mon Sep 17 00:00:00 2001 From: AbdulRehman Date: Mon, 24 Jun 2024 10:37:07 -0400 Subject: [PATCH] Updated before installing Dependencies (#2042) Co-authored-by: AbdulRehman Faraj --- .github/workflows/run_release_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_release_tests.yml b/.github/workflows/run_release_tests.yml index 07a998ba07..a7a1b9bd11 100644 --- a/.github/workflows/run_release_tests.yml +++ b/.github/workflows/run_release_tests.yml @@ -15,7 +15,7 @@ jobs: steps: - name: install dependencies. note aws is pre-installed and we use a specific action for node. run: | - sudo apt install -y tar gzip unzip wget less groff vim git python3 python3-pip unixodbc-dev curl jq; + sudo apt update && sudo apt install -y tar gzip unzip wget less groff vim git python3 python3-pip unixodbc-dev curl jq; pip3 install boto3; - name: install node and npm uses: actions/setup-node@v4