Skip to content

Commit

Permalink
pylint installation in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Feb 9, 2022
1 parent b7277b5 commit 29a18a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install -r requirements.txt
- name: pre-commit
run: |
pip install flake8 pre-commit
pip install flake8 pylint pre-commit
pre-commit run --all-files
- name: Test with unittest
run: |
Expand Down

0 comments on commit 29a18a6

Please sign in to comment.