diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index a449f32d..c1577ce2 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -45,14 +45,8 @@ jobs: pip install -r requirements.txt python gpt.py else - sudo apt install libxslt-dev libxml2-dev python3-dev - printf "%s\n" "$GOOGLE_JSON" > google.json - python -m pip install --upgrade pip - pip install -r requirements.txt - python gpt.py echo "It is not the first day of the month." fi - env: GOOGLE_JSON: ${{ secrets.GOOGLE_JSON }} - name: Pull image