break system pkgs dont care

This commit is contained in:
Brendan McDevitt 2025-04-17 10:50:33 -05:00
parent 3b2331789b
commit 45d0741442

View file

@ -32,7 +32,7 @@ jobs:
run: |
apt-get update
apt-get install python3-pip -y
pip install --no-cache-dir requests feedparser beautifulsoup4
pip install --break-system-packages --no-cache-dir requests feedparser beautifulsoup4
- name: Run incident parser script
run: |