Skip to content

Commit 156b424

Browse files
committed
fix: install pytest in CI pylint workflow to resolve E0401 errors
1 parent 0c8dc0c commit 156b424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install pylint astroid
23+
pip install pylint astroid pytest
2424
pip install -r requirements.txt
2525
sudo apt-get update && sudo apt-get install -y bc # Install bc
2626
- name: Analysing the code with pylint

0 commit comments

Comments
 (0)