Skip to content

Commit

Permalink
Add -u flag to GitHub Actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
aviguptatx authored Jul 2, 2024
1 parent 17683fa commit ddcb518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install dependencies
run: pip install -r scripts/requirements.txt
- name: Update database
run: python scripts/update_db.py
run: python -u scripts/update_db.py

0 comments on commit ddcb518

Please sign in to comment.