Skip to content

Commit

Permalink
chore: remove aws cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Sep 7, 2023
1 parent f8b63f5 commit b7be450
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ jobs:
name: explorer
path: packages/demo-explorer/build/explorer

- name: Install AWS CLI
run: |
sudo apt-get -q install -y python3-pip
pip3 install awscli --upgrade --user
- name: Configure AWS Credentials
if: ${{ env.environment == 'dev' }}
uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit b7be450

Please sign in to comment.