Skip to content

Commit

Permalink
chromedriver path
Browse files Browse the repository at this point in the history
  • Loading branch information
hiitsmocha committed Nov 16, 2024
1 parent 5d16d7f commit 5b2c903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Scraper
env:
CHROME_BIN: "/usr/bin/google-chrome" # Optional, in case your script needs the Chrome path
CHROMEDRIVER_PATH: "/usr/local/bin/chromedriver"
CHROMEDRIVER_PATH: "/usr/local/share/chrome_driver"
run: |
python main.py
Expand Down

0 comments on commit 5b2c903

Please sign in to comment.