Skip to content

Commit

Permalink
add dependencies to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithKovi committed Jul 30, 2024
1 parent 7a8d684 commit 86ea3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
chmod +x ./terraform/scripts/upload_to_s3.sh
chmod +x ./terraform/scripts/upload_resume.py
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install boto3
- name: Decrypt tfvars file, Initialize and Deploy infrastructure with Terraform
run: |
Expand Down

0 comments on commit 86ea3e7

Please sign in to comment.