Skip to content

Commit

Permalink
Update 000_scrape_data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
16bravo authored Feb 8, 2024
1 parent 969b44f commit 96ecbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/000_scrape_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install a new Chromium
run: sudo apt install -y chromium-browser
- name: Install all necessary packages
run: pip install requests beautifulsoup4 pandas webdriver-manager selenium
run: pip install requests beautifulsoup4 pandas webdriver_manager selenium
- name: Run the scraping script
run: python scripts/000_Web_Scraping/002_Scraping_Future_Matches.py
- name: Commit and push if content changed
Expand Down

0 comments on commit 96ecbd0

Please sign in to comment.