Skip to content

Commit

Permalink
It's enought to run pylint on 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Sep 7, 2021
1 parent 62040fa commit 2b91690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
pip install pylint
pylint rebench
if: startsWith(matrix.python-version, '3.')
if: matrix.python-version == '3.9'

- name: Upload coverage results to Coveralls
run: coveralls
Expand Down

0 comments on commit 2b91690

Please sign in to comment.