From b0810d240fea17793f244abd317c58190bb03ccd Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:40:30 -0500 Subject: [PATCH] install python3 --- .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 141ab08..3f4263a 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 -y python3-pip pip install --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script