Skip to content

Commit

Permalink
fix(action/CDS_PythonPylint): fix pylint stderr
Browse files Browse the repository at this point in the history
Updating pylint and astroid versions.
  • Loading branch information
sivabasava authored and yesnault committed Aug 8, 2019
1 parent c9e3213 commit 733dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/actions/cds-python-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- ""
- '# Install pylint'
- pip install --upgrade pip
- pip install pylint==1.7.2
- pip install astroid==1.5.3 pylint==1.8.2
- ""
- ""
- script:
Expand Down

0 comments on commit 733dff9

Please sign in to comment.