forked from LBRYCommunity/lbry-sdk
use older astroid for pylint
This commit is contained in:
parent
f8d24d3402
commit
b86d2e6e73
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- stage: code quality
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
#- pip install astroid==2.0.4
|
||||
- pip install astroid==2.0.4
|
||||
# newer astroid and aiohttp fails in pylint so we pre-install older version
|
||||
- pip install pylint mypy
|
||||
- pip install -e .
|
||||
|
|
Loading…
Reference in a new issue