From ba97458bc98684fbfe7d94e4c271a31747416688 Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Wed, 9 Oct 2024 13:33:13 +0200 Subject: [PATCH] chore: uses apt-get instead of pip install --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index b27d0df44..e58752202 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -32,7 +32,7 @@ runs: run: | sudo apt-get update sudo apt-get -y install python3-pip python3-dev - pip install awscli --upgrade --user + sudo apt-get -y install awscli - name: Project dependencies setup, node version ${{ inputs.node-version }} shell: bash run: yarn install --frozen-lockfile