Skip to content

Commit

Permalink
Remove not required code
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 10, 2024
1 parent b644e82 commit 1daa2b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"

- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install -r scripts/requirements.txt
python-version: "3.10"

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 1daa2b9

Please sign in to comment.