Skip to content

Commit

Permalink
fixing scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
taymnichols committed Oct 8, 2024
1 parent 9cc7bf9 commit db924e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: pip install requests bs4 tabula-py pandas slack-sdk aiohttp urllib.parse
run: pip install requests bs4 tabula-py pandas slack-sdk aiohttp

- name: Run scraper
run: python scrape.py
Expand Down

0 comments on commit db924e0

Please sign in to comment.