From 3b2331789b07837d86a448ffaef7b0c26079ce55 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:48:58 -0500 Subject: [PATCH] add -y flag --- .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 5bcb428..7038aa3 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install python3-pip + apt-get install python3-pip -y pip install --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script