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 7c859c7 commit d05700b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d05700b

Please sign in to comment.