Skip to content

Commit

Permalink
Add requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 10, 2024
1 parent b2e9c52 commit c386024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
python-version: "3.10"

- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install boto3 requests
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit c386024

Please sign in to comment.