Skip to content

Commit

Permalink
Update scrape.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmagtulis authored Aug 3, 2023
1 parent 62f7835 commit f953bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 regex packaging
run: pip install requests beautifulsoup4 pandas webdriver_manager selenium regex packaging
- name: Get update
run: sudo apt-get update
- name: Run the scraping script
Expand Down

0 comments on commit f953bd8

Please sign in to comment.