add -y flag

This commit is contained in:
Brendan McDevitt 2025-04-17 10:48:58 -05:00
parent 28910914f0
commit 3b2331789b

View file

@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install python3-pip
apt-get install python3-pip -y
pip install --no-cache-dir requests feedparser beautifulsoup4
- name: Run incident parser script