diff --git a/.forgejo/workflows/daily-update.yml b/.forgejo/workflows/daily-update.yml index 4a5914b..5bcb428 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -30,7 +30,8 @@ jobs: - name: Install dependencies run: | - apt-cache search pip + apt-get update + apt-get install python3-pip pip install --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script