install pip properly maybe?
This commit is contained in:
parent
fe43ade376
commit
ab8199505d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue