From aa9b123d5fb707490734083a473e202af7294ca8 Mon Sep 17 00:00:00 2001 From: Ethan Troy <63926014+ethanolivertroy@users.noreply.github.com> Date: Thu, 14 May 2026 05:13:02 +0000 Subject: [PATCH] run update scraper unbuffered --- .github/workflows/update-data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 7a96db7d6..74d8fd7ea 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -50,9 +50,10 @@ jobs: - name: Run scraper env: ALGORITHM_SOURCE: crawl4ai + PYTHONUNBUFFERED: '1' SKIP_ALGORITHMS: ${{ github.event.inputs.skip_algorithms == 'true' && '1' || '0' }} run: | - python scraper.py + python -u scraper.py - name: Validate generated API artifacts run: |