Skip to content

Commit

Permalink
pylint workflow: add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgen committed Nov 10, 2023
1 parent 57799d6 commit 411a5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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: |
pylint --errors-only mmgen
pylint --errors-only test
pylint --errors-only --disable=relative-beyond-top-level test/cmdtest_py_d
# pylint --errors-only --disable=relative-beyond-top-level test/cmdtest_py_d

0 comments on commit 411a5d9

Please sign in to comment.