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