Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Apr 25, 2024
1 parent 4f1aa20 commit 7fd9ebc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/alert-on-low-price-gar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Setup
run: |
pip install slack-sdk
pip install google-search-results
- name: Run Script
run: |
cd ./internet-item-price/alert_on_low_price
pip3 install google-search-results
python3 alert_on_low_price.py

0 comments on commit 7fd9ebc

Please sign in to comment.