From 3354c48e7dc84d6ed4bbbe8b18ab6ba9fe615e10 Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Thu, 17 Apr 2025 10:33:19 -0500 Subject: [PATCH] use pip not pip3 --- .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 2e11d2c..141ab08 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | - pip3 install --no-cache-dir requests feedparser beautifulsoup4 + pip install --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script run: |