Skip to content

Commit

Permalink
allow data dir to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotertj committed Jun 4, 2024
1 parent 710fbd5 commit b2c99a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
# if: ${{ hashFiles('$DB_FILENAME') != '' }}
run: |
pip install -r requirements.txt
mkdir data
# date -d "2 days ago" +"%Y-%m-%d"
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/insert_data.py -db $DB_FILENAME --data ./data/*.json
Expand Down

0 comments on commit b2c99a8

Please sign in to comment.