diff --git a/.github/workflows/update_db.yaml b/.github/workflows/update_db.yaml index e68d3ab..b8c51dd 100644 --- a/.github/workflows/update_db.yaml +++ b/.github/workflows/update_db.yaml @@ -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