From d05700b3a049c547e2a0d04f6651e2308ece867e Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 8 Jan 2025 16:36:00 +0545 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc80518a..ba8709a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,9 +82,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v3 - name: Install build dependencies - run: | - pip install setuptools wheel requests + run: pip install setuptools wheel requests beautifulsoup4 - name: Run pip install - run: | - pip install --no-cache-dir --no-deps -r requirements.txt + run: pip install --no-cache-dir --no-deps -r requirements.txt continue-on-error: true