Skip to content

Commit e697601

Browse files
authored
chore: update ci.yml pipeline
1 parent 97262bb commit e697601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install pylint
29+
pip install -r requirements.txt
30+
if ! python -c "import requests"; then pip install requests; fi
3031
3132
- name: Run Pylint
3233
run: |

0 commit comments

Comments
 (0)