From 96ecbd070c018e64b6e39cbf7252fa08201b6a08 Mon Sep 17 00:00:00 2001 From: 16bravo Date: Thu, 8 Feb 2024 15:18:42 +0100 Subject: [PATCH] Update 000_scrape_data.yml --- .github/workflows/000_scrape_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/000_scrape_data.yml b/.github/workflows/000_scrape_data.yml index e4472932..137e62b2 100644 --- a/.github/workflows/000_scrape_data.yml +++ b/.github/workflows/000_scrape_data.yml @@ -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