We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8dc0c commit 156b424Copy full SHA for 156b424
1 file changed
.github/workflows/pylint.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pylint astroid
+ pip install pylint astroid pytest
24
pip install -r requirements.txt
25
sudo apt-get update && sudo apt-get install -y bc # Install bc
26
- name: Analysing the code with pylint
0 commit comments