Skip to content

Commit

Permalink
Install boto3 in VZ API workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Sep 15, 2023
1 parent d5fb408 commit 35ea874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_vz_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/checkout@v3
- name: "Install AWS Cli"
run: |
sudo apt-get install python3-setuptools
pip3 install awscli
sudo apt-get install python3-setuptools
pip3 install awscli boto3
# Run the shell commands using the AWS environment variables
- name: "Build"
env:
Expand Down

0 comments on commit 35ea874

Please sign in to comment.