break system pkgs dont care
This commit is contained in:
parent
3b2331789b
commit
45d0741442
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue