From 28910914f0ab5a49a1d3695b52f3e091b848c0b7 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:47:39 -0500 Subject: [PATCH] update apt before installing python3-pip --- .forgejo/workflows/daily-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/daily-update.yml b/.forgejo/workflows/daily-update.yml index 4a5914b..5bcb428 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -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