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