Skip to content

Commit

Permalink
try to reach selenium on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotertj committed Jun 4, 2024
1 parent b2c99a8 commit 22bc018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r requirements.txt
mkdir -p data
echo $(date -d "2 days ago" +"%Y-%m-%d")
python scripts/crawl_concurrently.py --path ./data --season $CURRENT_SEASON --server http://selenium:4444
python scripts/crawl_concurrently.py --path ./data --season $CURRENT_SEASON --server http://localhost:4444
python scripts/insert_data.py -db $DB_FILENAME --data ./data/*.json
- name: Upload database as artifact
Expand Down

0 comments on commit 22bc018

Please sign in to comment.