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