Skip to content

Commit 0accdc2

Browse files
committed
Pylint installs requirements
1 parent 439c9ca commit 0accdc2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install pylint
18+
pip install -r requirements.txt
1919
- name: Analysing the code with pylint
2020
run: |
2121
pylint $(git ls-files '*.py')

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
flask
2-
pytest
2+
pytest
3+
pylint

0 commit comments

Comments
 (0)