alert deps step

This commit is contained in:
drethereum 2025-04-21 14:18:05 -06:00
parent 0913ae8d06
commit 6ead82cc9f

View File

@ -19,9 +19,12 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: pip install requests
run: |
pip install requests
pip install -r requirements.txt
dbt deps
- name: Send Slack notification
run: python macros/global/python/slack_alert.py
run: python dbt_packages/fsc_evm/macros/global/python/slack_alert.py
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}