From e796d21e0b09deccbce59eda7976fcee5a20ad60 Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 8 Jan 2025 15:43:01 +0545 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f943f554..eb274536 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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