pylint workflow: add missing packages
This commit is contained in:
parent
57799d6977
commit
8ed097610d
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pylint.yaml
vendored
5
.github/workflows/pylint.yaml
vendored
|
|
@ -25,12 +25,13 @@ jobs:
|
|||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version
|
||||
python3 -m pip install pycryptodomex pysocks
|
||||
python3 -m pip install --no-deps py_ecc==1.6.0 mypy_extensions==0.4.1
|
||||
python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint
|
||||
python3 -m pip install --no-deps py_ecc==1.6.0 mypy_extensions==0.4.1 monero
|
||||
python3 -m pip install pylint
|
||||
|
||||
- name: Check the code with pylint static code analyzer
|
||||
run: |
|
||||
export PYTHONPATH=.
|
||||
pylint --errors-only mmgen
|
||||
pylint --errors-only test
|
||||
pylint --errors-only --disable=relative-beyond-top-level test/cmdtest_py_d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue