use pip not pip3
This commit is contained in:
parent
fcfc8ec029
commit
3354c48e7d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install --no-cache-dir requests feedparser beautifulsoup4
|
||||
pip install --no-cache-dir requests feedparser beautifulsoup4
|
||||
|
||||
- name: Run incident parser script
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue