Skip to content

Commit

Permalink
fixed requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Oct 2, 2024
1 parent 059901f commit bb09756
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 @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
pip install -r fmatch/requirements.txt
- name: Analysing the code with pylint
run: |
pylint -d C0103 -d R0914 $(git ls-files '*.py')

0 comments on commit bb09756

Please sign in to comment.