update apt before installing python3-pip

This commit is contained in:
Brendan McDevitt 2025-04-17 10:47:39 -05:00
parent 646638d5eb
commit 28910914f0

View file

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