Skip to content

Commit

Permalink
chore: uses apt-get instead of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 9, 2024
1 parent fd74e30 commit ba97458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba97458

Please sign in to comment.