Skip to content

Commit

Permalink
quick fix for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoAzzi committed Mar 13, 2023
1 parent 8422049 commit 00cd7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
- name: Run pylint
run: |
find src -type f -name "*.py" | egrep -v ".git/*" | xargs pylint
find src -type f -name "*.py" | egrep -v ".git/*" | xargs pylint --fail-under=8

0 comments on commit 00cd7fb

Please sign in to comment.