Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Jan 8, 2025
1 parent cd15bb3 commit e796d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
- name: Checkout the code
uses: actions/checkout@v3
- name: Install build dependencies
run: |
pip install setuptools wheel
- name: Run pip install
run: |
pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit e796d21

Please sign in to comment.