update apt before installing python3-pip
This commit is contained in:
parent
646638d5eb
commit
28910914f0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue