We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a234 commit 8a149e4Copy full SHA for 8a149e4
.github/workflows/pylint.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
- pip install -r requirements-dev.txt # Install development dependencies
+ pip install -r requirements-dev.txt
21
- name: Install Pylint
22
run: pip install pylint
23
- name: Analysing the code with pylint
0 commit comments