diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d210abb..6f918b6 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint pandas dash plotly.express + pip install pylint cryptography prettytable - name: Analysing the code with pylint run: | pylint -d R0801 $(git ls-files '*.py') |