Skip to content

Commit

Permalink
Fixes Pylint workflow by adding dependencies to install
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jun 4, 2024
1 parent ad603a7 commit 7a8137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint python-dotenv rich
pip install pylint python-dotenv rich requests tqdm
- name: Analysing the code with pylint
run: |
pylint cambai/

0 comments on commit 7a8137d

Please sign in to comment.