Skip to content

Commit

Permalink
Update scrape.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Oct 30, 2023
1 parent 4acff42 commit 6578c57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6578c57

Please sign in to comment.