diff --git a/.forgejo/workflows/daily-update.yml b/.forgejo/workflows/daily-update.yml index 7038aa3..cb776aa 100644 --- a/.forgejo/workflows/daily-update.yml +++ b/.forgejo/workflows/daily-update.yml @@ -32,7 +32,7 @@ jobs: run: | apt-get update apt-get install python3-pip -y - pip install --no-cache-dir requests feedparser beautifulsoup4 + pip install --break-system-packages --no-cache-dir requests feedparser beautifulsoup4 - name: Run incident parser script run: |