From fe43ade3760d429f444974dcb8b5aea877382e66 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:19:52 -0500 Subject: [PATCH] install python3-pip --- .forgejo/workflows/daily-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/daily-update.yml b/.forgejo/workflows/daily-update.yml index 2e11d2c..30f31b8 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -30,6 +30,7 @@ jobs: - name: Install dependencies run: | + apt-get install python3-pip pip3 install --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script